Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13510 from dotnet/joeloff/8xxSignSHA2
Browse files Browse the repository at this point in the history
Update authenticode to use SHA2
  • Loading branch information
joeloff authored Aug 27, 2020
2 parents d23842a + e4f13c5 commit 6b46426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Signing.proj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
property here to avoid importing files we don't need for signing which would cause errors if imported when using MSBuild 14. -->
<BuildingSigningProject>true</BuildingSigningProject>
<ExternalCertificateId Condition="'$(ExternalCertificateId)' == ''">135020002</ExternalCertificateId>
<InternalCertificateId Condition="'$(InternalCertificateId)' == ''">Microsoft402</InternalCertificateId>
<InternalCertificateId Condition="'$(InternalCertificateId)' == ''">Microsoft400</InternalCertificateId>
<NugetCertificateId Condition="'$(NugetCertificateId)' == ''">NuGet</NugetCertificateId>
</PropertyGroup>

Expand Down

0 comments on commit 6b46426

Please sign in to comment.