File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,10 @@ stages:
7777 path : ' $(System.DefaultWorkingDirectory)'
7878 artifactName : ' Artifacts'
7979
80- - ${{ each appComponents in parameters.appComponents }} :
81- - template : azure-pipelines-templates/device-test.yml@templates
82- parameters :
83- appComponents : ${{ appComponents }}
84- unitTestRunsettings :
85- - ' nanoFramework.Protobuf.Test.nano/nano.runsettings,nanoFramework.Protobuf.Test.nano/bin/Release/NFUnitTest.dll'
80+ - ${{ each appComponents in parameters.appComponents }} :
81+ - ${{ if ne(appComponents, 'none') }} :
82+ - template : azure-pipelines-templates/device-test.yml@templates
83+ parameters :
84+ appComponents : ${{ appComponents }}
85+ unitTestRunsettings :
86+ - ' nanoFramework.Protobuf.Test.nano/nano.runsettings,nanoFramework.Protobuf.Test.nano/bin/Release/NFUnitTest.dll'
You can’t perform that action at this time.
0 commit comments