Skip to content

Commit

Permalink
remove batch and explicitly enable build for master (dotnet#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ky7m authored and adamsitnik committed Nov 21, 2018
1 parent 40fae86 commit 69b01fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion azure-pipelines.Ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
trigger:
batch: true
branches:
include:
- master
exclude:
- gh-pages

Expand Down
3 changes: 2 additions & 1 deletion azure-pipelines.Windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
trigger:
batch: true
branches:
include:
- master
exclude:
- gh-pages

Expand Down
3 changes: 2 additions & 1 deletion azure-pipelines.macOS.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
trigger:
batch: true
branches:
include:
- master
exclude:
- gh-pages

Expand Down

0 comments on commit 69b01fb

Please sign in to comment.