瀏覽代碼

[CI] build for tags

Andy Li 5 年之前
父節點
當前提交
0f7e054d18
共有 1 個文件被更改,包括 8 次插入0 次删除
  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: