File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/Installer/Microsoft.Dotnet.Installation Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2929
3030 <ItemGroup >
3131 <FileExtensionSignInfo Include =" .nupkg" CertificateName =" NuGet" />
32- <FileExtensionSignInfo Include =" .dll;.exe;.mibc;.msi" CertificateName =" Microsoft400" />
32+ <FileExtensionSignInfo Include =" .dll" CertificateName =" Microsoft400" />
33+ <FileSignInfo Include =" Microsoft.Dotnet.Installation.dll" CertificateName =" Microsoft400" />
34+ <FileSignInfo Include =" Microsoft.Dotnet.Installation*.nupkg" CertificateName =" NuGet" />
3335 <ItemsToSign Include =" $(PackagesDir)**\Microsoft.Dotnet.Installation*.nupkg" >
3436 <Authenticode >NuGet</Authenticode >
3537 </ItemsToSign >
5052 DryRun =" false"
5153 TestSign =" $(TestSign)"
5254 ItemsToSign =" @(ItemsToSign)"
55+ FileSignInfo =" @(FileSignInfo)"
56+ FileExtensionSignInfo =" @(FileExtensionSignInfo)"
5357 TempDir =" $(IntermediateOutputPath)"
5458 LogDir =" $(LogDir)"
5559 DoStrongNameCheck =" false"
You can’t perform that action at this time.
0 commit comments