Skip to content

Commit

Permalink
azure-pipelines.yml - Enable explicit triggers and pr actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chmorgan committed Mar 14, 2020
1 parent 1593631 commit d5290c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net

trigger:
- master
- releases/8

pr:
autoCancel: true
branches:
include:
- '*' # quote since "*" is a YAML reserved character

jobs:
- job: Linux

Expand Down

0 comments on commit d5290c1

Please sign in to comment.