Skip to content

Commit 84b5a63

Browse files
committed
add filesigninfo and extensionsigninfo
1 parent f04886a commit 84b5a63

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
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>
@@ -50,6 +52,8 @@
5052
DryRun="false"
5153
TestSign="$(TestSign)"
5254
ItemsToSign="@(ItemsToSign)"
55+
FileSignInfo="@(FileSignInfo)"
56+
FileExtensionSignInfo="@(FileExtensionSignInfo)"
5357
TempDir="$(IntermediateOutputPath)"
5458
LogDir="$(LogDir)"
5559
DoStrongNameCheck="false"

0 commit comments

Comments
 (0)