diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-17 16:08:19 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-17 16:08:19 +0800 |
commit | 46c3d4179008430ff77fa27a0db68daf2010a484 (patch) | |
tree | 5c380eee8fbecf5f113d3d5f95c1ff0907e20f1e | |
parent | 1ed67160177e2f3681cfc5b954e7ce18835a5c07 (diff) | |
download | timeline-46c3d4179008430ff77fa27a0db68daf2010a484.tar.gz timeline-46c3d4179008430ff77fa27a0db68daf2010a484.tar.bz2 timeline-46c3d4179008430ff77fa27a0db68daf2010a484.zip |
Update CI
-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'
|