Skip to content

Commit

Permalink
Certificate change SHA1 to hybrid (#635)
Browse files Browse the repository at this point in the history
* Changing certificate from SHA1 to hybrid
  • Loading branch information
vagisha-nidhi authored Aug 30, 2019
1 parent 3b5926f commit 67c9f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/TestFx.targets
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- Signing and Localization. -->
<ItemGroup Condition="$(IsTest) == '' or $(IsTest) == 'false'">
<FilesToSign Include="$(OutDir)\$(AssemblyName).dll" Condition="'$(IsVsixProj)' == '' or '$(IsVsixProj)' != 'true'">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft402400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>

Expand All @@ -59,7 +59,7 @@
<Target Name="GatherLocalizedOutputsForSigning" DependsOnTargets="TestFxLocalization">
<ItemGroup>
<FilesToSign Include="$(OutDir)\**\$(AssemblyName).resources.dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft402400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down

0 comments on commit 67c9f43

Please sign in to comment.