Skip to content

Commit 23f3acf

Browse files
committed
fix yml
1 parent cc6bf4b commit 23f3acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/BuildAndTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
displayName: Build
3636

3737
# Public pipeline - helix tests
38-
- ${{ if and(eq(parameters.runAsPublic, 'true') }}:
38+
- ${{ if eq(parameters.runAsPublic, 'true') }}:
3939
- script: ${{ parameters.buildScript }}
4040
-restore -build
4141
-configuration ${{ parameters.buildConfig }}

0 commit comments

Comments
 (0)