From 22c09387cbe19bf5ea93ef31cf24da1da952663d Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 19 Jan 2018 16:57:17 -0800 Subject: [PATCH] Update runtime store generation to respect DotNetAssetRootUrl --- build/RuntimeStoreInstaller.targets | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets index 4a6f4eeaa3..b50c54ec97 100644 --- a/build/RuntimeStoreInstaller.targets +++ b/build/RuntimeStoreInstaller.targets @@ -19,7 +19,8 @@ $(_PackagingDir)hosting_debian_config.json https://dotnetcli.blob.core.windows.net/dotnet - $(KOREBUILD_DOTNET_FEED_UNCACHED) + $(DotNetAssetRootUrl) + $(KOREBUILD_DOTNET_FEED_UNCACHED) $(PublicCoreFeedPrefix) $(PublicCoreFeedPrefix)/aspnetcore/store/$(PreviousRuntimeStoreArchiveVersion)/Build.RS. @@ -67,11 +68,11 @@ - + @@ -435,7 +436,7 @@ -e 'KOREBUILD_DOTNET_FEED_UNCACHED=$(KOREBUILD_DOTNET_FEED_UNCACHED)' -e "KOREBUILD_DOTNET_FEED_CREDENTIAL=$KOREBUILD_DOTNET_FEED_CREDENTIAL" docker-image-$(Image) - ./build.sh /t:RunDebTool" + ./build.sh /t:RunDebTool '/p:DotNetAssetRootUrl=$(DotNetAssetRootUrl)' '/p:DotNetAssetRootAccessTokenSuffix=$(DotNetAssetRootAccessTokenSuffix)'" ContinueOnError="WarnAndContinue" />