From f24b363c99df37dce5bc974eb879188110801d36 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Tue, 23 Nov 2021 10:38:01 -0800 Subject: [PATCH] Stabilize host's UpgradeCode and ProviderKey (#61810) --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- src/installer/pkg/sfx/installers/dotnet-host.proj | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0ab2225feecc..06215273c2518 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -54,9 +54,9 @@ https://github.com/dotnet/arcade fecf65bedcee9036b8ba9d8d7feef5413f294914 - + https://github.com/dotnet/arcade - fecf65bedcee9036b8ba9d8d7feef5413f294914 + 7097001cd87357ebc6fb82f3c7a801efeed70e3f https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index 74ab5f99c3ce7..329396b841b75 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -65,7 +65,7 @@ 7.0.0-beta.21559.3 2.5.1-beta.21559.3 7.0.0-beta.21559.3 - 7.0.0-beta.21559.3 + 7.0.0-beta.21568.2 7.0.0-beta.21559.3 7.0.0-beta.21559.3 7.0.0-beta.21559.3 diff --git a/src/installer/pkg/sfx/installers/dotnet-host.proj b/src/installer/pkg/sfx/installers/dotnet-host.proj index 797d2f5afcc31..7a7d6a57f21c4 100644 --- a/src/installer/pkg/sfx/installers/dotnet-host.proj +++ b/src/installer/pkg/sfx/installers/dotnet-host.proj @@ -9,6 +9,7 @@ true true sharedhost + Dotnet_CLI_SharedHost HostSrc afterInstallExecute @@ -21,12 +22,16 @@ $(MSBuildThisFileDirectory)rpm_scripts/host $(RpmScriptsDirectory)/after_install.sh $(RpmScriptsDirectory)/after_remove.sh + + dotnet-host $(MajorVersion).$(MinorVersion) $(Platform) + +