Revert changes to SetDevVersion. (#2213)
Co-authored-by: Mitch Denny <midenn@microsoft.com>
This commit is contained in:
parent
08c8147f54
commit
f5d9a25d41
@ -16,13 +16,9 @@ steps:
|
||||
condition: succeeded()
|
||||
- pwsh: |
|
||||
$setDailyDevBuild = "false"
|
||||
if (('$(Build.Reason)' -in 'Schedule', 'IndividualCI') -and ('$(System.TeamProject)' -eq 'internal')) {
|
||||
if (('$(Build.Reason)' -eq 'Schedule') -and ('$(System.TeamProject)' -eq 'internal')) {
|
||||
$setDailyDevBuild = "true"
|
||||
}
|
||||
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"
|
||||
Loading…
Reference in New Issue
Block a user