Skip to content

Commit 137c8e1

Browse files
authored
Merge pull request MicrosoftDocs#2988 from MicrosoftDocs/onboard-cabgen
Onboard PowerShell Updatable Help (CabGen) CI
2 parents 95facb0 + 2e8dfc1 commit 137c8e1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ Edits to this content are published in the following places:
77
- [Windows 10 and Windows Server 2016](https://docs.microsoft.com/en-us/powershell/windows/get-started?view=win10-ps)
88
- [Microsoft Desktop Optimization Pack](https://docs.microsoft.com/en-us/powershell/mdop/get-started?view=win-mdop2-ps)
99

10+
## PowerShell Updatable Help (CabGen) CI Build Status
11+
12+
[![Build Status](https://apidrop.visualstudio.com/Content%20CI/_apis/build/status/PROD/CabGen(PowerShell_Updatable_Help)/GitHub_MicrosoftDocs_windows-powershell-docs/46a32786-a1f6-1250-e1e1-2a4554025dc9_cabgen_Publish-Updatable-Help?repoName=MicrosoftDocs%2Fwindows-powershell-docs&branchName=live)](https://apidrop.visualstudio.com/Content%20CI/_build/latest?definitionId=5077&repoName=MicrosoftDocs%2Fwindows-powershell-docs&branchName=live)
13+
1014
## Contributing
1115

12-
We actively merge contributions into this repository via [pull request](https://help.github.com/articles/using-pull-requests/) into the *master* branch.
16+
We actively merge contributions into this repository via [pull request](https://help.github.com/articles/using-pull-requests/) into the *main* branch.
1317
If you are not a Microsoft employee, before you submit a pull request you must [sign a Contribution License Agreement](https://cla.microsoft.com/) to ensure that the community is free to use your submissions.
1418
For more information on contributing, read our [contributions guide](CONTRIBUTING.md).
1519

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)