From 1dafe34d4fff6ce87e55dba6c9e83cd9e6162b34 Mon Sep 17 00:00:00 2001 From: RanhaoXu Date: Thu, 9 Jun 2022 10:31:40 +0800 Subject: [PATCH] Add the yaml file for cabgen pipeline This is a pipeline source for a content repo to onboard PowerShell Updatable Help (CabGen) CI. --- cabgen-bootstrap.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cabgen-bootstrap.yml diff --git a/cabgen-bootstrap.yml b/cabgen-bootstrap.yml new file mode 100644 index 0000000..51843ab --- /dev/null +++ b/cabgen-bootstrap.yml @@ -0,0 +1,14 @@ +trigger: +- live + +pr: none # Disable pull request triggers. + +resources: + repositories: + - repository: templates + type: git + name: Content CI/ReferenceAutomation + ref: refs/heads/master + +extends: + template: PowerShell/cabgen.yml@templates \ No newline at end of file