Skip to content

Commit

Permalink
Make "Setup Versioning Properties" cancellable (Azure#15430)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Harder <[email protected]>
  • Loading branch information
2 people authored and vindicatesociety committed Sep 18, 2021
1 parent a02c91b commit 25efc43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'], ''))

0 comments on commit 25efc43

Please sign in to comment.