Skip to content

Commit

Permalink
Allow propogation of SetDevVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored and azure-sdk committed Apr 28, 2021
1 parent 0cc4f0a commit 940a5e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ steps:
if (('$(Build.Reason)' -in 'Schedule', 'IndividualCI') -and ('$(System.TeamProject)' -eq 'internal')) {
$setDailyDevBuild = "true"
}
echo "##vso[task.setvariable variable=SetDevVersion]$setDailyDevBuild"
echo "##vso[task.setvariable variable=SetDevVersion;isOutput=true]$setDailyDevBuild"
name: SetupVersioningProperties
displayName: "Setup Versioning Properties"
condition: eq(variables['SetDevVersion'], '')

0 comments on commit 940a5e7

Please sign in to comment.