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

Commit 4797dab

Browse files
committed
Merge in 'release/2.2.1xx' changes
2 parents f80d51a + 364eeca commit 4797dab

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)