File tree Expand file tree Collapse file tree 1 file changed +10
-22
lines changed Expand file tree Collapse file tree 1 file changed +10
-22
lines changed Original file line number Diff line number Diff line change 4
4
trigger :
5
5
branches :
6
6
include :
7
- - main
8
- - main-vs-deps
9
- - release/*
10
- - features/*
11
- - demos/*
12
- exclude :
13
- # Since the version of VS on the integration VM images are a moving target,
14
- # we are unable to reliably run integration tests on servicing branches.
15
- - release/dev17.0-vs-deps
16
- - release/dev17.2
17
- - release/dev17.3
7
+ - release/dev17.4
8
+ - release/dev17.6
9
+ - release/dev17.8
10
+ - release/dev17.9
11
+ - release/dev17.10
18
12
19
13
# Branches that are allowed to trigger a build via /azp run.
20
14
# Automatic building of all PRs is disabled in the pipeline's trigger page.
21
15
# See https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#comment-triggers
22
16
pr :
23
17
branches :
24
18
include :
25
- - main
26
- - main-vs-deps
27
- - release/*
28
- - features/*
29
- - demos/*
30
- exclude :
31
- # Since the version of VS on the integration VM images are a moving target,
32
- # we are unable to reliably run integration tests on servicing branches.
33
- - release/dev17.0-vs-deps
34
- - release/dev17.2
35
- - release/dev17.3
19
+ - release/dev17.4
20
+ - release/dev17.6
21
+ - release/dev17.8
22
+ - release/dev17.9
23
+ - release/dev17.10
36
24
paths :
37
25
exclude :
38
26
- docs/*
You can’t perform that action at this time.
0 commit comments