Skip to content

Commit

Permalink
Try another naming approach
Browse files Browse the repository at this point in the history
  • Loading branch information
ralph-msft committed Feb 8, 2024
1 parent 6ba0920 commit c118d15
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.$(Year:yyyy).$(DayOfYear)$-dev.$(Build.BuildId).$(Rev:r)'
arguments: '0.$[format('{0:yyyyMM.d}', pipeline.startTime)]-dev.$(Build.BuildId).$(Rev:r).$(Build.SourceVersion)'
displayName: 'Set up environment variables'

- stage: BuildStage
Expand Down

0 comments on commit c118d15

Please sign in to comment.