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 cc6bf4b commit 23f3acfCopy full SHA for 23f3acf
eng/pipelines/templates/BuildAndTest.yml
@@ -35,7 +35,7 @@ steps:
35
displayName: Build
36
37
# Public pipeline - helix tests
38
- - ${{ if and(eq(parameters.runAsPublic, 'true') }}:
+ - ${{ if eq(parameters.runAsPublic, 'true') }}:
39
- script: ${{ parameters.buildScript }}
40
-restore -build
41
-configuration ${{ parameters.buildConfig }}
0 commit comments