There was an error while loading. Please reload this page.
1 parent c8ae3dd commit 204d5c7Copy full SHA for 204d5c7
azure-pipelines.yml
@@ -1,11 +1,26 @@
1
# Branches that trigger a build on commit
2
trigger:
3
-- master
+ batch: true
4
+ branches:
5
+ include:
6
+ - master
7
+ - release/*
8
+ paths:
9
+ exclude:
10
+ - README.md
11
+ - docs/*
12
13
# Branches that trigger builds on PR
14
pr:
-
15
16
17
18
19
20
21
22
23
+
24
variables:
25
- name: _TeamName
26
value: Roslyn
@@ -129,4 +144,4 @@ stages:
129
144
parameters:
130
145
# Symbol validation isn't being very reliable lately. This should be enabled back
131
146
# once this issue is resolved: https://github.com/dotnet/arcade/issues/2871
132
- enableSymbolValidation: false
147
+ enableSymbolValidation: false
0 commit comments