Merge pull request #282 from dotnet/sign-res

Sign resource assemblies
This commit is contained in:
Chet Husk 2024-03-07 21:18:42 -06:00 коммит произвёл GitHub
Родитель 5af3f65c7c b80788d3a2
Коммит ef75d403fb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -84,6 +84,7 @@
</LayoutFilesToSign>
<!-- Built binaries -->
<LayoutFilesToSign Include="$(DotnetCoreUninstallOutputDirectory)**/dotnet-core-uninstall.dll;
$(DotnetCoreUninstallOutputDirectory)**/dotnet-core-uninstall.resources.dll;
$(DotnetCoreUninstallOutputDirectory)**/dotnet-core-uninstall.exe">
<CertificateName>$(InternalCertificateId)</CertificateName>
</LayoutFilesToSign>