|
1 | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | 2 | <SignConfigXML> |
3 | | - <!-- ****Begin**** BothDual - Dual (Sha256 and Sha1) AuthenticodeDual) and should be StrongName, but we will add this in 6.1.0 ******** --> |
| 3 | + <!-- ****Begin**** Authenticode - Authenticode SHA256 and should be StrongName, but we will add this in 6.1.0 ******** --> |
4 | 4 | <job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="PowerShell Core" approvers="vigarg;gstolt"> |
5 | | - <file src="__INPATHROOT__\Microsoft.Management.Infrastructure.CimCmdlets.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Microsoft.Management.Infrastructure.CimCmdlets.dll" /> |
6 | | - <file src="__INPATHROOT__\Microsoft.PowerShell.Commands.Diagnostics.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Microsoft.PowerShell.Commands.Diagnostics.dll" /> |
7 | | - <file src="__INPATHROOT__\Microsoft.PowerShell.Commands.Management.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Microsoft.PowerShell.Commands.Management.dll" /> |
8 | | - <file src="__INPATHROOT__\Microsoft.PowerShell.Commands.Utility.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Microsoft.PowerShell.Commands.Utility.dll" /> |
9 | | - <file src="__INPATHROOT__\Microsoft.PowerShell.ConsoleHost.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Microsoft.PowerShell.ConsoleHost.dll" /> |
10 | | - <file src="__INPATHROOT__\Microsoft.PowerShell.CoreCLR.Eventing.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Microsoft.PowerShell.CoreCLR.Eventing.dll" /> |
11 | | - <file src="__INPATHROOT__\Microsoft.PowerShell.Security.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Microsoft.PowerShell.Security.dll" /> |
12 | | - <file src="__INPATHROOT__\Microsoft.WSMan.Management.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Microsoft.WSMan.Management.dll" /> |
13 | | - <file src="__INPATHROOT__\Microsoft.WSMan.Runtime.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Microsoft.WSMan.Runtime.dll" /> |
14 | | - <file src="__INPATHROOT__\System.Management.Automation.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\System.Management.Automation.dll" /> |
15 | | - <file src="__INPATHROOT__\pwsh.dll" signType="AuthenticodeDual" dest="__OUTPATHROOT__\pwsh.dll" /> |
| 5 | + <file src="__INPATHROOT__\Microsoft.Management.Infrastructure.CimCmdlets.dll" signType="Authenticode" dest="__OUTPATHROOT__\Microsoft.Management.Infrastructure.CimCmdlets.dll" /> |
| 6 | + <file src="__INPATHROOT__\Microsoft.PowerShell.Commands.Diagnostics.dll" signType="Authenticode" dest="__OUTPATHROOT__\Microsoft.PowerShell.Commands.Diagnostics.dll" /> |
| 7 | + <file src="__INPATHROOT__\Microsoft.PowerShell.Commands.Management.dll" signType="Authenticode" dest="__OUTPATHROOT__\Microsoft.PowerShell.Commands.Management.dll" /> |
| 8 | + <file src="__INPATHROOT__\Microsoft.PowerShell.Commands.Utility.dll" signType="Authenticode" dest="__OUTPATHROOT__\Microsoft.PowerShell.Commands.Utility.dll" /> |
| 9 | + <file src="__INPATHROOT__\Microsoft.PowerShell.ConsoleHost.dll" signType="Authenticode" dest="__OUTPATHROOT__\Microsoft.PowerShell.ConsoleHost.dll" /> |
| 10 | + <file src="__INPATHROOT__\Microsoft.PowerShell.CoreCLR.Eventing.dll" signType="Authenticode" dest="__OUTPATHROOT__\Microsoft.PowerShell.CoreCLR.Eventing.dll" /> |
| 11 | + <file src="__INPATHROOT__\Microsoft.PowerShell.Security.dll" signType="Authenticode" dest="__OUTPATHROOT__\Microsoft.PowerShell.Security.dll" /> |
| 12 | + <file src="__INPATHROOT__\Microsoft.WSMan.Management.dll" signType="Authenticode" dest="__OUTPATHROOT__\Microsoft.WSMan.Management.dll" /> |
| 13 | + <file src="__INPATHROOT__\Microsoft.WSMan.Runtime.dll" signType="Authenticode" dest="__OUTPATHROOT__\Microsoft.WSMan.Runtime.dll" /> |
| 14 | + <file src="__INPATHROOT__\System.Management.Automation.dll" signType="Authenticode" dest="__OUTPATHROOT__\System.Management.Automation.dll" /> |
| 15 | + <file src="__INPATHROOT__\pwsh.dll" signType="Authenticode" dest="__OUTPATHROOT__\pwsh.dll" /> |
16 | 16 |
|
17 | 17 | <!-- not actually a code file, don't sign for now |
18 | 18 | <file src="__INPATHROOT__\Microsoft.PowerShell.SDK.dll" signType="BothDual" dest="__OUTPATHROOT__\Microsoft.PowerShell.SDK.dll" /> |
19 | 19 | --> |
20 | 20 |
|
21 | | - <!-- ****Begin**** AuthenticodeDual - Dual (Sha256 and Sha1) Authenticode ************* --> |
| 21 | + <!-- ****Begin**** Authenticode - Authenticode SHA256 ************* --> |
22 | 22 |
|
23 | | - <file src="__INPATHROOT__\pwsh.exe" signType="AuthenticodeDual" dest="__OUTPATHROOT__\pwsh.exe" /> |
| 23 | + <file src="__INPATHROOT__\pwsh.exe" signType="Authenticode" dest="__OUTPATHROOT__\pwsh.exe" /> |
24 | 24 |
|
25 | 25 |
|
26 | 26 | <!-- ****Begin**** Authenticode - Authenticode SHA256 ************* --> |
|
0 commit comments