Skip to content

Commit 1f83631

Browse files
committed
Work CI-CD
- Fix template name and runsettings. ***NO_CI***
1 parent 97896e5 commit 1f83631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ stages:
7272

7373
- ${{ each appComponents in parameters.appComponents }}:
7474
- ${{ if ne(appComponents, 'none') }}:
75-
- template: test.yml
75+
- template: azure-pipelines-templates/device-test.yml@templates
7676
parameters:
7777
appComponents: ${{ appComponents }}
7878
unitTestRunsettings:
79-
- 'UnitTestStream/nano.runsettings,UnitTestStream/bin/Release/NFUnitTest.dll'
79+
- 'nanoFramework.Json.Test/nano.runsettings,nanoFramework.Json.Test/bin/Release/NFUnitTest.dll'

0 commit comments

Comments
 (0)