Skip to content

Commit eb6bfb4

Browse files
committed
Sign .msi file too
1 parent 435a774 commit eb6bfb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/Signing.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
<ItemGroup Condition="'$(RID)' == 'win-x86'">
1111
<ItemsToSign Include="$(DotnetCoreUninstallOutputDirectory)**/dotnet-core-uninstall.dll;
1212
$(DotnetCoreUninstallOutputDirectory)**/dotnet-core-uninstall.resources.dll;
13-
$(DotnetCoreUninstallOutputDirectory)**/dotnet-core-uninstall.exe" />
13+
$(DotnetCoreUninstallOutputDirectory)**/dotnet-core-uninstall.exe;
14+
$(DotnetCoreUninstallMSIInstallerFile)" />
1415
</ItemGroup>
1516

1617
<ItemGroup Condition="'$(RID)' == 'osx-x64' OR '$(RID)' == 'osx-arm64'">

0 commit comments

Comments
 (0)