File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/Installer/Microsoft.Dotnet.Installation Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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+
2230 <ItemGroup >
31+ <FileExtensionSignInfo Include =" .nupkg" CertificateName =" NuGet" />
32+ <FileExtensionSignInfo Include =" .dll;.exe;.mibc;.msi" CertificateName =" Microsoft400" />
2333 <ItemsToSign Include =" $(PackagesDir)**\Microsoft.Dotnet.Installation*.nupkg" >
2434 <Authenticode >NuGet</Authenticode >
2535 </ItemsToSign >
You can’t perform that action at this time.
0 commit comments