summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-18 14:05:29 -0800
committerGitHub <noreply@github.com>2019-01-18 14:05:29 -0800
commit87fb9af12afb29087a818bd588037996a97bf000 (patch)
tree91843392898b77f2fe8423019a20f0cb3f237f7d /azure-pipelines.yml
parent0684f9241dd9886c2e3d53383fbeb27d31e604f0 (diff)
downloadcoreclr-87fb9af12afb29087a818bd588037996a97bf000.tar.gz
coreclr-87fb9af12afb29087a818bd588037996a97bf000.tar.bz2
coreclr-87fb9af12afb29087a818bd588037996a97bf000.zip
Run Azure DevOps builds against pull requests in coreclr/master (#22051)
And disable Windows_NT and Ubuntu arm32 and arm64 default triggers in Jenkins CI
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f40bbad15f..1b55807732 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -23,6 +23,11 @@ resources:
- container: centos6_x64_build_image
image: microsoft/dotnet-buildtools-prereqs:centos-6-376e1a3-20174311014331
+trigger: none
+
+pr:
+- master
+
jobs:
## The following is the matrix of test runs that we have. This is