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

Commit 364eeca

Browse files
authored
Switch to correct SHA2 cert (#12855)
SHA1 certs were deprecated and removed from ESRP. Move to the correct cert for external assemblies
1 parent deb630c commit 364eeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Signing.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- The signing infrastructure runs using MSBuild 14, which doesn't support some of the new syntax we're using. So set the BuildingSingingProject
66
property here to avoid importing files we don't need for signing which would cause errors if imported when using MSBuild 14. -->
77
<BuildingSigningProject>true</BuildingSigningProject>
8-
<ExternalCertificateId Condition="'$(ExternalCertificateId)' == ''">135020001</ExternalCertificateId>
8+
<ExternalCertificateId Condition="'$(ExternalCertificateId)' == ''">135020002</ExternalCertificateId>
99
<InternalCertificateId Condition="'$(InternalCertificateId)' == ''">Microsoft402</InternalCertificateId>
1010
<NugetCertificateId Condition="'$(NugetCertificateId)' == ''">NuGet</NugetCertificateId>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)