From 77fe2e0fed0bd7648087c3839c4d3d4ee0cc82a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 06:56:09 -0700 Subject: [PATCH] Make upgrade install new host first, then uninstall old (#60317) This should preserve the ordering of PATH, since the old MSI will never remove its entry. Co-authored-by: Eric StJohn --- 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 e49489c..797d2f5 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 -- 2.7.4