Skip to content

Commit 722f790

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent 58db9ed commit 722f790

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,18 @@ name: $(major).$(minor)$(Rev:.r)
2828

2929

3030
trigger:
31+
branches:
32+
include:
33+
- master
34+
- release/*
35+
- hotfix/*
36+
paths:
37+
exclude:
38+
- azure-pipelines.yml
39+
pr:
3140
- master
41+
- release/*
42+
- hotfix/*
3243

3344

3445

@@ -71,6 +82,7 @@ jobs:
7182
refs/heads/hotfix/*) echo "##vso[build.addbuildtag]Hotfix" ;;
7283
refs/pull/*/merge) echo "##vso[build.addbuildtag]PR" ;;
7384
esac
85+
7486

7587

7688

0 commit comments

Comments
 (0)