Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-10 19:59:23 +0300
committerGitHub <noreply@github.com>2019-10-10 19:59:23 +0300
commit892f10fc8c181b4f1058500d642d7db433a4347f (patch)
tree628253f50d24bee34cfb8f296f679c0859769458 /eng/azure-pipelines.yml
parentd2d356412af40dd2f9f8dade97705a0e57229c33 (diff)
Only trigger AzDO pipeline build for master or release/ branches
Diffstat (limited to 'eng/azure-pipelines.yml')
-rw-r--r--eng/azure-pipelines.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index 54b1535c1..0304d82d8 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -1,3 +1,10 @@
+trigger:
+ batch: true
+ branches:
+ include:
+ - master
+ - release/*
+
variables:
- name: officialBuild
value: ${{ and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}