This repository was archived by the owner on Jun 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments