Skip to content

Commit 731efc2

Browse files
TravisEz13adityapatwardhan
authored andcommitted
Update signing xml based on new signing guidelines (#6893)
1 parent 4070d51 commit 731efc2

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

tools/releaseBuild/signing.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<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 ******** -->
44
<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" />
1616

1717
<!-- not actually a code file, don't sign for now
1818
<file src="__INPATHROOT__\Microsoft.PowerShell.SDK.dll" signType="BothDual" dest="__OUTPATHROOT__\Microsoft.PowerShell.SDK.dll" />
1919
-->
2020

21-
<!-- ****Begin**** AuthenticodeDual - Dual (Sha256 and Sha1) Authenticode ************* -->
21+
<!-- ****Begin**** Authenticode - Authenticode SHA256 ************* -->
2222

23-
<file src="__INPATHROOT__\pwsh.exe" signType="AuthenticodeDual" dest="__OUTPATHROOT__\pwsh.exe" />
23+
<file src="__INPATHROOT__\pwsh.exe" signType="Authenticode" dest="__OUTPATHROOT__\pwsh.exe" />
2424

2525

2626
<!-- ****Begin**** Authenticode - Authenticode SHA256 ************* -->

0 commit comments

Comments
 (0)