From 5082b99472a805be8ccf2e4e02ee826d2159932e Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Thu, 18 Nov 2021 12:45:47 -0800 Subject: [PATCH] Stabilize host's UpgradeCode and ProviderKey --- 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 af653e5ac1d48..cd6becdaa5d86 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 f489d6c930159..f255e96e96da4 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) + +