Skip to content

Commit 3cda452

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 c83eb14 commit 3cda452

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

cabgen-bootstrap.yml

Lines changed: 14 additions & 0 deletions
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)