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 18bf9ab commit c85350bCopy full SHA for c85350b
azure-pipelines.yml
@@ -77,7 +77,8 @@ stages:
77
path: '$(System.DefaultWorkingDirectory)'
78
artifactName: 'Artifacts'
79
80
-- ${{ each appComponents in parameters.appComponents }}:
+- ${{ each appComponents in parameters.appComponents }}:
81
+ - ${{ if ne(appComponents, 'none') }}:
82
- template: azure-pipelines-templates/device-test.yml@templates
83
parameters:
84
appComponents: ${{ appComponents }}
0 commit comments