Skip to content

Commit c85350b

Browse files
committed
Work CII-CD
- Add condition to skip hardware tests. ***NO_CI***
1 parent 18bf9ab commit c85350b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ stages:
7777
path: '$(System.DefaultWorkingDirectory)'
7878
artifactName: 'Artifacts'
7979

80-
- ${{ each appComponents in parameters.appComponents }}:
80+
- ${{ each appComponents in parameters.appComponents }}:
81+
- ${{ if ne(appComponents, 'none') }}:
8182
- template: azure-pipelines-templates/device-test.yml@templates
8283
parameters:
8384
appComponents: ${{ appComponents }}

0 commit comments

Comments
 (0)