Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 1579 (#1724)
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 <midenn@microsoft.com>
  • Loading branch information
azure-sdk and mitchdenny authored May 3, 2021
1 parent 65b75e1 commit 2bbb16b
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 2bbb16b

Please sign in to comment.