Browse Source

[CI] build for tags

Andy Li 5 năm trước cách đây
mục cha
commit
0f7e054d18
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      azure-pipelines.yml

+ 8 - 0
azure-pipelines.yml

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