forked from PowerShell/PowerShellGetv2
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignConfig.xml
More file actions
Latest commit
24 lines (20 loc) · 2.88 KB
/
Copy pathSignConfig.xml
File metadata and controls
24 lines (20 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" ?>
<!-- Config files for Azure DevOps code-signing pipeline. -->
<SignConfigXML>
<!-- AnyCPU Release sign job -->
<jobplatform="AnyCPU"configuration="Release"dest="__OUTPATHROOT__\signed"jobname="PowerShellGet"approvers="vigarg;gstolt">
<filesrc="__INPATHROOT__\PowerShellGet\PowerShellGet.psd1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\PowerShellGet.psd1" />
<filesrc="__INPATHROOT__\PowerShellGet\PSGet.Format.ps1xml"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\PSGet.Format.ps1xml" />
<filesrc="__INPATHROOT__\PowerShellGet\PSGet.Resource.psd1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\PSGet.Resource.psd1" />
<filesrc="__INPATHROOT__\PowerShellGet\PSModule.psm1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\PSModule.psm1" />
<filesrc="__INPATHROOT__\PowerShellGet\DSCResources\MSFT_PSModule\MSFT_PSModule.psm1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\DSCResources\MSFT_PSModule\MSFT_PSModule.psm1" />
<filesrc="__INPATHROOT__\PowerShellGet\DSCResources\MSFT_PSModule\MSFT_PSModule.schema.mof"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\DSCResources\MSFT_PSModule\MSFT_PSModule.schema.mof" />
<filesrc="__INPATHROOT__\PowerShellGet\DSCResources\MSFT_PSModule\en-US\MSFT_PSModule.strings.psd1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\DSCResources\MSFT_PSModule\en-US\MSFT_PSModule.strings.psd1" />
<filesrc="__INPATHROOT__\PowerShellGet\DSCResources\MSFT_PSRepository\MSFT_PSRepository.psm1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\DSCResources\MSFT_PSRepository\MSFT_PSRepository.psm1" />
<filesrc="__INPATHROOT__\PowerShellGet\DSCResources\MSFT_PSRepository\MSFT_PSRepository.schema.mof"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\DSCResources\MSFT_PSRepository\MSFT_PSRepository.schema.mof" />
<filesrc="__INPATHROOT__\PowerShellGet\DSCResources\MSFT_PSRepository\en-US\MSFT_PSRepository.strings.psd1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\DSCResources\MSFT_PSRepository\en-US\MSFT_PSRepository.strings.psd1" />
<filesrc="__INPATHROOT__\PowerShellGet\Modules\PowerShellGet.ResourceHelper\en-US\PowerShellGet.ResourceHelper.strings.psd1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\Modules\PowerShellGet.ResourceHelper\en-US\PowerShellGet.ResourceHelper.strings.psd1" />
<filesrc="__INPATHROOT__\PowerShellGet\Modules\PowerShellGet.ResourceHelper\PowerShellGet.ResourceHelper.psm1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\Modules\PowerShellGet.ResourceHelper\PowerShellGet.ResourceHelper.psm1" />
<filesrc="__INPATHROOT__\PowerShellGet\Modules\PowerShellGet.LocalizationHelper\PowerShellGet.LocalizationHelper.psm1"signType="AuthenticodeFormer"dest="__OUTPATHROOT__\Modules\PowerShellGet.LocalizationHelper\PowerShellGet.LocalizationHelper.psm1" />
</job>
</SignConfigXML>