summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2019-05-31 12:25:54 -0700
committerGitHub <noreply@github.com>2019-05-31 12:25:54 -0700
commite98f0d309e391ac4ec13b82311bb36fd3d5f53c3 (patch)
treeb91c6d4b70812f168b181b6a127d33e374028d86 /azure-pipelines.yml
parent6c77e7562a475e47352f852fb7cf8de98c1b5bcd (diff)
parente330c2ce5b1af4e69cdcacb8254a5107586c68f8 (diff)
downloadcoreclr-e98f0d309e391ac4ec13b82311bb36fd3d5f53c3.tar.gz
coreclr-e98f0d309e391ac4ec13b82311bb36fd3d5f53c3.tar.bz2
coreclr-e98f0d309e391ac4ec13b82311bb36fd3d5f53c3.zip
Merge branch 'release/3.0' into merge/master-to-release/3.0
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml21
1 files changed, 15 insertions, 6 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7b20d2f012..082a703beb 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,3 +1,18 @@
+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.
+name: $(Date:yyyyMMdd)$(Rev:.7r)
+
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
@@ -21,12 +36,6 @@ resources:
- container: centos6_x64_build_image
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-6-3e800f1-20190501005338
-trigger:
-- master
-
-pr:
-- master
-
jobs:
## The following is the matrix of test runs that we have. This is