diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-17 16:09:06 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-17 16:09:06 +0800 |
commit | 036e445b2c3ab99e217b1432c00ab659d66cd300 (patch) | |
tree | 981a746e231876ecee18480a26dddbf0eb5c93b5 | |
parent | 3f98398906d278dc420f30f82f0eb68ff64b6e66 (diff) | |
parent | a0218a31048331d2dcc6453e3bd64031459bfbdc (diff) | |
download | timeline-036e445b2c3ab99e217b1432c00ab659d66cd300.tar.gz timeline-036e445b2c3ab99e217b1432c00ab659d66cd300.tar.bz2 timeline-036e445b2c3ab99e217b1432c00ab659d66cd300.zip |
Merge branch 'master' into add-cors
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b8a5fdb..aa6eb684 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,6 +42,7 @@ stages: - stage: deploy
displayName: Build Release and Deploy
dependsOn: build
+ condition: eq(variables['Build.SourceBranchName'], 'master')
variables:
buildConfiguration: 'Release'
|