summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml16
1 files changed, 10 insertions, 6 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f1a9205f30..179b880340 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,3 +1,13 @@
+trigger:
+ batch: true
+ branches:
+ include:
+ - master
+ - release/3.0
+
+pr:
+- master
+- release/3.0
# Temporarily set a build number format that includes a large revision
# number that won't conflict with buildpipeline official builds.
@@ -26,12 +36,6 @@ resources:
- container: centos6_x64_build_image
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-6-376e1a3-20174311014331
-trigger:
-- master
-
-pr:
-- master
-
jobs:
## The following is the matrix of test runs that we have. This is