From e4753eb4674520a52a466e43d1c4c020548f36b3 Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Tue, 12 Oct 2021 12:16:00 -0700 Subject: [PATCH] Make upgrade install new host first, then uninstall old This should preserve the ordering of PATH, since the old MSI will never remove its entry. --- src/installer/pkg/sfx/installers/dotnet-host.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/installer/pkg/sfx/installers/dotnet-host.proj b/src/installer/pkg/sfx/installers/dotnet-host.proj index e49489c4005823..797d2f5afcc31a 100644 --- a/src/installer/pkg/sfx/installers/dotnet-host.proj +++ b/src/installer/pkg/sfx/installers/dotnet-host.proj @@ -11,6 +11,7 @@ sharedhost Dotnet_CLI_SharedHost HostSrc + afterInstallExecute false true sharedhost