Skip to content

Commit 251e5c7

Browse files
marcpopMSFTgithub-actions
authored andcommitted
Add the missing netcore installer to the bundle
Fixes #50079
1 parent 952f759 commit 251e5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Layout/redist/targets/GenerateMSIs.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@
249249
<_DotNetMsiPackages Include="$(DownloadsFolder)$(DownloadedHostFxrInstallerFileName);
250250
$(DownloadsFolder)$(DownloadedSharedHostInstallerFileName);
251251
$(DownloadsFolder)$(DownloadedSharedFrameworkInstallerFileName);
252-
$(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName)"/>
252+
$(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName);
253+
$(DownloadsFolder)$(DownloadedNetCoreAppTargetingPackInstallerFileName)"/>
253254

254255
<!-- ASP.NET Core Runtime -->
255256
<_DotNetMsiPackages Include="$(DownloadsFolder)$(DownloadedAspNetCoreSharedFxInstallerFileName);

0 commit comments

Comments
 (0)