summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2019-07-16 15:18:18 -0700
committerGitHub <noreply@github.com>2019-07-16 15:18:18 -0700
commit5cdb849a1c59af30aef0b26759b28a101138cdb3 (patch)
treed9297eda101507d309b31f3fe635a241756cfa85 /azure-pipelines.yml
parent7f713f7067ffb6adaa1549f626f6bd04128f0de6 (diff)
parentac4ab6c990d5ebee49dc03397a2e199241021f26 (diff)
downloadcoreclr-5cdb849a1c59af30aef0b26759b28a101138cdb3.tar.gz
coreclr-5cdb849a1c59af30aef0b26759b28a101138cdb3.tar.bz2
coreclr-5cdb849a1c59af30aef0b26759b28a101138cdb3.zip
Merge branch 'release/3.0' into merge/master-to-release/3.0
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml19
1 files changed, 14 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d3ce6d269b..452fc21507 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,12 +1,21 @@
-variables:
-- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
- value: true
-
trigger:
-- master
+ 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:
+- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
+ value: true
jobs: