From f2ec4710221424a7a00f88f71e4e9857bbb5c8e3 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 18 Feb 2025 12:08:44 +0100 Subject: [PATCH] Remove app host packages for different archs from packs folder These apphost packages are now getting installed via the apphost msi and the bundle. Remove them from the pre-downloaded "packs" folder so that the SDK archive can be fully built from a single vertical. This was the only place that did require a join to construct the SDK archive itself. --- .../targets/GenerateLayout.targets | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/src/Installer/redist-installer/targets/GenerateLayout.targets b/src/Installer/redist-installer/targets/GenerateLayout.targets index 18a79144261c..b0d817efa356 100644 --- a/src/Installer/redist-installer/targets/GenerateLayout.targets +++ b/src/Installer/redist-installer/targets/GenerateLayout.targets @@ -109,16 +109,6 @@ $(NetRuntimeDownloadDirectory)/combinedSharedHostAndFrameworkArchive$(ArchiveExtension) - - win-$(AlternateArchitecture) - win-arm64 - - - - win-x86 - win-x64 - - $(NetRuntimeRootUrl) @@ -154,29 +144,6 @@ packs/%(PackageName)/%(PackageVersion) - - - Microsoft.NETCore.App.Host.$(AlternateAppHostRid) - $(MicrosoftNETCoreAppHostPackageVersion) - $(TargetFramework) - packs/%(PackageName)/%(PackageVersion) - - - - Microsoft.NETCore.App.Host.$(Arm64AppHostRid) - $(MicrosoftNETCoreAppHostPackageVersion) - $(TargetFramework) - packs/%(PackageName)/%(PackageVersion) - - - - Microsoft.NETCore.App.Host.$(x64AppHostRid) - $(MicrosoftNETCoreAppHostPackageVersion) - $(TargetFramework) - packs/%(PackageName)/%(PackageVersion) - - Microsoft.NETCore.App.Runtime.$(SharedFrameworkRid) $(MicrosoftNETCoreAppRuntimePackageVersion)