Browse Source

[CI] build for tags

Andy Li 5 years ago
parent
commit
0f7e054d18
1 changed files with 8 additions and 0 deletions
  1. 8 0
      azure-pipelines.yml

+ 8 - 0
azure-pipelines.yml

@@ -5,6 +5,14 @@ variables:
   - name: AZURE_PIPELINES_BRANCH
   - name: AZURE_PIPELINES_BRANCH
     value: $(Build.SourceBranchName)
     value: $(Build.SourceBranchName)
 
 
+trigger:
+  branches:
+    include:
+      - '*'
+  tags:
+    include:
+      - '*'
+
 stages:
 stages:
   - stage: StageTest
   - stage: StageTest
     jobs:
     jobs: