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 and drielenr committed Mar 28, 2024
1 parent bcd9273 commit 6c0a69c
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 6c0a69c

Please sign in to comment.