From d515a5659e91d85ba31f6cf2573c02e163088ea0 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 13 Jun 2019 19:57:29 -0500 Subject: [PATCH] Fix consolidated dotnet-runtime-deps Deb download --- build/BundledRuntimes.props | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index 45234b98bf..bda80be0b0 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -7,13 +7,15 @@ -internal - dotnet-runtime-deps-$(SharedHostVersion)-$(CoreSetupRid)$(InstallerExtension) - $(PackagesDirectory)/$(DownloadedRuntimeDepsInstallerFileName) $(CoreSetupRid) x64 + + $(CoreSetupRid) + ubuntu.14.04-x64 + dotnet-host$(InstallerStartSuffix)-$(SharedHostVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedHostInstallerFileName) @@ -23,6 +25,9 @@ dotnet-runtime$(InstallerStartSuffix)-$(MicrosoftNETCoreAppPackageVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedFrameworkInstallerFileName) + dotnet-runtime-deps-$(SharedHostVersion)-$(RuntimeDepsInstallerFileRid)$(InstallerExtension) + $(PackagesDirectory)/$(DownloadedRuntimeDepsInstallerFileName) + $(CoreSetupRid) $(ProductMonikerRid)