Skip to content

Commit

Permalink
Try to fix parser errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ralph-msft committed Feb 8, 2024
1 parent c118d15 commit b57b2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stages:
name: Variables
inputs:
filePath: ./.azure/pipelines/scripts/set-variables.sh
arguments: '0.$[format('{0:yyyyMM.d}', pipeline.startTime)]-dev.$(Build.BuildId).$(Rev:r).$(Build.SourceVersion)'
arguments: "0.$[format('{0:yyyyMM}.{0:d}', pipeline.startTime)]-dev.$(Build.BuildId).$(Rev:r).$(Build.SourceVersion)"
displayName: 'Set up environment variables'

- stage: BuildStage
Expand Down

0 comments on commit b57b2d6

Please sign in to comment.