Skip to content

Commit

Permalink
Change: Another fiddle with Azure YMLs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
leezer3 committed Dec 22, 2020
1 parent 345b0dc commit 41433ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 9 additions & 2 deletions azure-pipelines-1.yml
@@ -1,7 +1,14 @@
# The final YAML runs PR trigger builds

trigger:
branches:
exclude:
- master
pr:
- master
branches:
include:
- master
exclude:
- release

### Test on latest Windows and .Net version

Expand Down
6 changes: 5 additions & 1 deletion azure-pipelines-release.yml
Expand Up @@ -2,7 +2,11 @@
trigger:
tags:
include:
- *
- '*'
- 1.*
branches:
exclude:
- '*'

### Test on latest Windows and .Net version

Expand Down

0 comments on commit 41433ce

Please sign in to comment.