Skip to content

Commit

Permalink
Fix dev version always being set (#39272)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Mar 18, 2024
1 parent 66e131a commit afa375b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:

- task: PowerShell@2
displayName: Setup Dev versioning
condition: and(succeeded(), eq(variables['SetDevVersion'],'true'))
inputs:
pwsh: true
filePath: eng/pipelines/scripts/Set-Dev-Versioning.ps1
Expand Down

0 comments on commit afa375b

Please sign in to comment.