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

Commit 27451fe

Browse files
authored
Update code-signing config file (#434)
1 parent 406eae1 commit 27451fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SignConfig.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
<file src="__INPATHROOT__\artifacts\PSGet.Format.ps1xml" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PSGet.Format.ps1xml" />
99
<file src="__INPATHROOT__\artifacts\PSGet.Resource.psd1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PSGet.Resource.psd1" />
1010
<file src="__INPATHROOT__\artifacts\PSModule.psm1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PSModule.psm1" />
11+
<file src="__INPATHROOT__\artifacts\MSFT_PSModule.psm1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\MSFT_PSModule.psm1" />
12+
<file src="__INPATHROOT__\artifacts\MSFT_PSRepository.psm1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\MSFT_PSRepository.psm1" />
13+
<file src="__INPATHROOT__\artifacts\PowerShellGet.LocalizationHelper.psm1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PowerShellGet.LocalizationHelper.psm1" />
14+
<file src="__INPATHROOT__\artifacts\PowerShellGet.ResourceHelper.psm1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\PowerShellGet.ResourceHelper.psm1" />
1115
</job>
1216
</SignConfigXML>

0 commit comments

Comments
 (0)