Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 45358d3

Browse files
committed
Add config files for Azure DevOps code signing (#432)
1 parent a20f8e9 commit 45358d3

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

SignCat.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
3+
<!-- Config files for Azure DevOps code-signing pipeline. -->
4+
<SignConfigXML>
5+
<!-- AnyCPU Release sign job -->
6+
<job platform="AnyCPU" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="PowerShellGet" approvers="americks;edyoung">
7+
<file src="__INPATHROOT__\PowerShellGet.cat" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PowerShellGet.cat" />
8+
</job>
9+
</SignConfigXML>

SignConfig.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
3+
<!-- Config files for Azure DevOps code-signing pipeline. -->
4+
<SignConfigXML>
5+
<!-- AnyCPU Release sign job -->
6+
<job platform="AnyCPU" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="PowerShellGet" approvers="vigarg;gstolt">
7+
<file src="__INPATHROOT__\artifacts\PowerShellGet.psd1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PowerShellGet.psd1" />
8+
<file src="__INPATHROOT__\artifacts\PSGet.Format.ps1xml" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PSGet.Format.ps1xml" />
9+
<file src="__INPATHROOT__\artifacts\PSGet.Resource.psd1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PSGet.Resource.psd1" />
10+
<file src="__INPATHROOT__\artifacts\PSModule.psm1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PSModule.psm1" />
11+
</job>
12+
</SignConfigXML>

0 commit comments

Comments
 (0)