Skip to content

Commit

Permalink
Merge pull request #898 from jmarolf/update-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarolf authored Sep 17, 2021
2 parents 35a163b + 4d5deb6 commit 0e0f3de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ variables:
# Branches that trigger a build on commit
trigger:
- main
- dev17.0

stages:
- stage: build
Expand Down
10 changes: 10 additions & 0 deletions .vsts-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Branches that trigger a build on commit
trigger:
- main
- dev17.0

# Branches that trigger builds on PR
pr:
- main
- dev17.0

variables:
- name: DOTNET_ROOT
value: $(Build.SourcesDirectory)\.dotnet
Expand Down

0 comments on commit 0e0f3de

Please sign in to comment.