Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 1579 (#2171)
Browse files Browse the repository at this point in the history
* Allow propogation of SetDevVersion.

* Allow use of SetDevVersion locally and across stages.

Co-authored-by: Mitch Denny <[email protected]>
  • Loading branch information
azure-sdk and mitchdenny authored May 3, 2021
1 parent aafdeeb commit 3bb84c8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ steps:
echo "##vso[task.setvariable variable=SetDevVersion]$setDailyDevBuild"
displayName: "Setup Versioning Properties"
condition: eq(variables['SetDevVersion'], '')
- pwsh: |
echo "##vso[task.setvariable variable=SetDevVersion;isOutput=true]$(SetDevVersion)"
name: VersioningProperties
displayName: "Export Versioning Properties"

0 comments on commit 3bb84c8

Please sign in to comment.