We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97896e5 commit 1f83631Copy full SHA for 1f83631
azure-pipelines.yml
@@ -72,8 +72,8 @@ stages:
72
73
- ${{ each appComponents in parameters.appComponents }}:
74
- ${{ if ne(appComponents, 'none') }}:
75
- - template: test.yml
+ - template: azure-pipelines-templates/device-test.yml@templates
76
parameters:
77
appComponents: ${{ appComponents }}
78
unitTestRunsettings:
79
- - 'UnitTestStream/nano.runsettings,UnitTestStream/bin/Release/NFUnitTest.dll'
+ - 'nanoFramework.Json.Test/nano.runsettings,nanoFramework.Json.Test/bin/Release/NFUnitTest.dll'
0 commit comments