Skip to content

Commit 2e8dfc1

Browse files
authored
Add the yaml file for cabgen pipeline
This is a pipeline source for a content repo to onboard PowerShell Updatable Help (CabGen) CI.
1 parent 5010187 commit 2e8dfc1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: cabgen-bootstrap.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
trigger:
2+
- live
3+
4+
pr: none # Disable pull request triggers.
5+
6+
resources:
7+
repositories:
8+
- repository: templates
9+
type: git
10+
name: Content CI/ReferenceAutomation
11+
ref: refs/heads/master
12+
13+
extends:
14+
template: PowerShell/cabgen.yml@templates

0 commit comments

Comments
 (0)