From 3bb84c8de65591b37e886d1eba2b0cc07523c357 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Sun, 2 May 2021 17:49:56 -0700 Subject: [PATCH] Sync eng/common directory with azure-sdk-tools for PR 1579 (#2171) * Allow propogation of SetDevVersion. * Allow use of SetDevVersion locally and across stages. Co-authored-by: Mitch Denny --- .../pipelines/templates/steps/daily-dev-build-variable.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/common/pipelines/templates/steps/daily-dev-build-variable.yml b/eng/common/pipelines/templates/steps/daily-dev-build-variable.yml index bf78cd06a0..6c15aded26 100644 --- a/eng/common/pipelines/templates/steps/daily-dev-build-variable.yml +++ b/eng/common/pipelines/templates/steps/daily-dev-build-variable.yml @@ -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" \ No newline at end of file