Skip to content

Commit

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

- stage: BuildStage
Expand Down

0 comments on commit d329659

Please sign in to comment.