Skip to content

Commit 8ad15e7

Browse files
committed
Add public pipeline placholder
1 parent 476a0a8 commit 8ad15e7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

azurepipeline-pr.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
trigger:
2+
# Setting batch to true, triggers one build at a time.
3+
# if there is a push while a build in progress, it will wait,
4+
# until the running build finishes, and produce a build with all the changes
5+
# that happened during the last build.
6+
batch: true
7+
branches:
8+
include:
9+
- main
10+
11+
pr:
12+
branches:
13+
include:
14+
- main

0 commit comments

Comments
 (0)