Skip to content

Commit 26c8a18

Browse files
committed
remove unneeded property group
1 parent 703cef4 commit 26c8a18

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Installer/Microsoft.Dotnet.Installation/Microsoft.Dotnet.Installation.sign.proj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919

2020
<Import Project="$(NuGetPackageRoot)microsoft.dotnet.signtool\$(MicrosoftDotNetSignToolVersion)\build\Microsoft.DotNet.SignTool.props" />
2121

22-
<!-- The name of the .NET specific certificate, which is a general replacement for Microsoft400
23-
If UseDotNetCert is specific in a repo's eng/Signing.props, all usage of Microsoft400 is replaced
24-
with MicrosoftDotNet500 -->
25-
<PropertyGroup>
26-
<DotNetCertificateName>MicrosoftDotNet500</DotNetCertificateName>
27-
<UseDotNetCertificate>false</UseDotNetCertificate>
28-
</PropertyGroup>
29-
3022
<ItemGroup>
3123
<FileExtensionSignInfo Include=".nupkg" CertificateName="NuGet" />
3224
<FileExtensionSignInfo Include=".dll" CertificateName="Microsoft400" />

0 commit comments

Comments
 (0)