Skip to content

Commit

Permalink
Yet another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ralph-msft committed Feb 8, 2024
1 parent b57b2d6 commit 9d198e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure/pipelines/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ stages:
- stage: SetupStage
jobs:
- job: SetupJob
variables:
devMinorPatch: $[format('{0:yyyyMM}.{0:d}', pipeline.startTime)]
steps:
- task: Bash@3
name: Variables
inputs:
filePath: ./.azure/pipelines/scripts/set-variables.sh
arguments: "0.$[format('{0:yyyyMM}.{0:d}', pipeline.startTime)]-dev.$(Build.BuildId).$(Rev:r).$(Build.SourceVersion)"
arguments: "0.$(devMinorPatch)-dev.$(Build.BuildId).$(Build.SourceVersion)"
displayName: 'Set up environment variables'

- stage: BuildStage
Expand Down

0 comments on commit 9d198e2

Please sign in to comment.