Skip to content

Commit

Permalink
Update pipeline triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Nov 26, 2019
1 parent c8ae3dd commit 204d5c7
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# Branches that trigger a build on commit
trigger:
- master
batch: true
branches:
include:
- master
- release/*
paths:
exclude:
- README.md
- docs/*

# Branches that trigger builds on PR
pr:
- master

branches:
include:
- master
- release/*
paths:
exclude:
- README.md
- docs/*

variables:
- name: _TeamName
value: Roslyn
Expand Down Expand Up @@ -129,4 +144,4 @@ stages:
parameters:
# Symbol validation isn't being very reliable lately. This should be enabled back
# once this issue is resolved: https://github.com/dotnet/arcade/issues/2871
enableSymbolValidation: false
enableSymbolValidation: false

0 comments on commit 204d5c7

Please sign in to comment.