Make "Setup Versioning Properties" cancellable (#2820)

Co-authored-by: Mike Harder <mharder@microsoft.com>
This commit is contained in:
Azure SDK Bot 2021-09-01 17:12:52 -07:00 committed by GitHub
parent 3aee1859f0
commit dd906a9b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,4 @@ steps:
}
echo "##vso[task.setvariable variable=SetDevVersion]$setDailyDevBuild"
displayName: "Setup Versioning Properties"
condition: eq(variables['SetDevVersion'], '')
condition: and(succeeded(), eq(variables['SetDevVersion'], ''))