Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Aug 29, 2024
1 parent cc6bf4b commit 23f3acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
displayName: Build

# Public pipeline - helix tests
- ${{ if and(eq(parameters.runAsPublic, 'true') }}:
- ${{ if eq(parameters.runAsPublic, 'true') }}:
- script: ${{ parameters.buildScript }}
-restore -build
-configuration ${{ parameters.buildConfig }}
Expand Down

0 comments on commit 23f3acf

Please sign in to comment.