We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58db9ed commit 722f790Copy full SHA for 722f790
azure-pipelines.yml
@@ -28,7 +28,18 @@ name: $(major).$(minor)$(Rev:.r)
28
29
30
trigger:
31
+ branches:
32
+ include:
33
+ - master
34
+ - release/*
35
+ - hotfix/*
36
+ paths:
37
+ exclude:
38
+ - azure-pipelines.yml
39
+pr:
40
- master
41
+- release/*
42
+- hotfix/*
43
44
45
@@ -71,6 +82,7 @@ jobs:
71
82
refs/heads/hotfix/*) echo "##vso[build.addbuildtag]Hotfix" ;;
72
83
refs/pull/*/merge) echo "##vso[build.addbuildtag]PR" ;;
73
84
esac
85
+
74
86
75
87
76
88
0 commit comments