Skip to content

Commit 67c9f43

Browse files
Certificate change SHA1 to hybrid (#635)
* Changing certificate from SHA1 to hybrid
1 parent 3b5926f commit 67c9f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build/TestFx.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- Signing and Localization. -->
3939
<ItemGroup Condition="$(IsTest) == '' or $(IsTest) == 'false'">
4040
<FilesToSign Include="$(OutDir)\$(AssemblyName).dll" Condition="'$(IsVsixProj)' == '' or '$(IsVsixProj)' != 'true'">
41-
<Authenticode>Microsoft</Authenticode>
41+
<Authenticode>Microsoft402400</Authenticode>
4242
<StrongName>StrongName</StrongName>
4343
</FilesToSign>
4444

@@ -59,7 +59,7 @@
5959
<Target Name="GatherLocalizedOutputsForSigning" DependsOnTargets="TestFxLocalization">
6060
<ItemGroup>
6161
<FilesToSign Include="$(OutDir)\**\$(AssemblyName).resources.dll">
62-
<Authenticode>Microsoft</Authenticode>
62+
<Authenticode>Microsoft402400</Authenticode>
6363
<StrongName>StrongName</StrongName>
6464
</FilesToSign>
6565
</ItemGroup>

0 commit comments

Comments
 (0)