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" />