From b4f77aea0824586d4527fd30de41b298e31892ca Mon Sep 17 00:00:00 2001 From: = Date: Tue, 9 Jan 2018 12:37:23 -0800 Subject: [PATCH] Remove 2.0 runtime store dependency from 2.1 shared framework installers --- build/SharedFx.props | 6 +----- build/SharedFxInstaller.targets | 26 -------------------------- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/build/SharedFx.props b/build/SharedFx.props index 8064f978a7..d9e8ce3372 100644 --- a/build/SharedFx.props +++ b/build/SharedFx.props @@ -26,11 +26,7 @@ $(_PackagingDir)debian_config.json.in https://dotnetcli.blob.core.windows.net/dotnet/ - - - $(PublicCoreFeedPrefix)aspnetcore/store/2.0.3-125/ - Build.RS - + $(PublicCoreFeedPrefix) diff --git a/build/SharedFxInstaller.targets b/build/SharedFxInstaller.targets index 51b85826bc..8698e400a8 100644 --- a/build/SharedFxInstaller.targets +++ b/build/SharedFxInstaller.targets @@ -31,25 +31,12 @@ Uri="$(RuntimeArchiveLinkPrefix)-%(NonWindowsSharedFxRIDs.Identity).tar.gz$(DotNetAssetRootAccessTokenSuffix)" DestinationPath="$(_InstallerSourceDir)$(DotnetRuntimeInstallerPrefix)-%(NonWindowsSharedFxRIDs.Identity).tar.gz" Condition="!Exists('$(_InstallerSourceDir)$(DotnetRuntimeInstallerPrefix)-%(NonWindowsSharedFxRIDs.Identity).tar.gz')" /> - - - - - - .tar.gz .zip - .winx64.zip - .winx86.zip - .osx.tar.gz - .linux.tar.gz @@ -60,10 +47,6 @@ - - @@ -71,11 +54,6 @@ File="$(SharedFxIntermediateArchiveFilePrefix)-$(SharedFxPlatform)$(ArchiveExtension)" Destination="$(_WorkRoot)" Condition="'$(ArchiveExtension)' == '.zip'" /> - - - - @@ -267,8 +243,6 @@ - - <_DebSharedFxDependencies Include="aspnetcore-store-2.0.3"/> <_DebSharedFxDependencies Include="$(DotnetRuntimeInstallerPrefix)"/>