Skip to content

Commit cd93408

Browse files
committed
Skip helix tests
1 parent ba56573 commit cd93408

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# See https://docs.microsoft.com/en-us/vsts/pipelines/yaml-schema for details on this file.
33
#
44

@@ -788,6 +788,7 @@ stages:
788788
# Helix x64
789789
- template: jobs/default-build.yml
790790
parameters:
791+
condition: ne(variables['SkipTests'], 'true')
791792
jobName: Helix_x64
792793
jobDisplayName: 'Tests: Helix x64'
793794
agentOs: Windows

0 commit comments

Comments
 (0)