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