From e5c3791f6eb68f3f405540faa66b6fab0adf7f08 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 24 May 2017 18:12:53 -0500 Subject: [PATCH] Update the runtime installer and archive file names in response to https://github.com/dotnet/core-setup/pull/2461 --- build/BundledRuntimes.props | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index 252b275f8..9d925e277 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -3,21 +3,24 @@ $(Rid) $(ProductMonikerRid) + + -internal + - dotnet-host-$(CoreSetupRid).$(SharedHostVersion)$(InstallerExtension) + dotnet-host$(InstallerStartSuffix)-$(SharedHostVersion)-$(CoreSetupRid)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedHostInstallerFileName) - dotnet-hostfxr-$(CoreSetupRid).$(HostFxrVersion)$(InstallerExtension) + dotnet-hostfxr$(InstallerStartSuffix)-$(HostFxrVersion)-$(CoreSetupRid)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedHostFxrInstallerFileName) - dotnet-sharedframework-$(CoreSetupRid).$(SharedFrameworkVersion)$(InstallerExtension) + dotnet-runtime$(InstallerStartSuffix)-$(SharedFrameworkVersion)-$(CoreSetupRid)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedFrameworkInstallerFileName) $(CoreSetupRid) linux-x64 - dotnet-$(SharedFrameworkRid).$(SharedFrameworkVersion)$(ArchiveExtension) + dotnet-runtime-$(SharedFrameworkVersion)-$(SharedFrameworkRid)$(ArchiveExtension)