diff --git a/build/AzureInfo.props b/build/AzureInfo.props
index 42b762a7c..cee626a2c 100644
--- a/build/AzureInfo.props
+++ b/build/AzureInfo.props
@@ -1,10 +1,10 @@
Sdk
- $(PB_AssetRootUrl)
- https://dotnetcli.azureedge.net
- $(PB_AssetRootAccessTokenSuffix)
- ?$(PrivateBlobAccessToken)
+ $(PB_AssetRootUrl)
+ https://dotnetcli.azureedge.net/dotnet/
+ $(PB_AssetRootAccessTokenSuffix)
+ ?$(CoreSetupBlobAccessToken)
$(ARTIFACT_STORAGE_CONTAINER)
dotnet
$(ARTIFACT_STORAGE_KEY)
diff --git a/build/BackwardsCompatibilityRuntimes.props b/build/BackwardsCompatibilityRuntimes.props
index 4dd0d800f..85303240f 100644
--- a/build/BackwardsCompatibilityRuntimes.props
+++ b/build/BackwardsCompatibilityRuntimes.props
@@ -26,7 +26,7 @@
<_DownloadAndExtractItem Include="BackwardsCompatibility110CombinedSharedHostAndFrameworkArchive"
Condition="!Exists('$(BackwardsCompatibility110CombinedSharedHostAndFrameworkArchive)')">
- $(BackwardsCompatibility110SharedFrameworkArchiveBlobRootUrl)/$(BackwardsCompatibility110CombinedFrameworkHostCompressedFileName)$(PrivateBlobAccessTokenParam)
+ $(BackwardsCompatibility110SharedFrameworkArchiveBlobRootUrl)/$(BackwardsCompatibility110CombinedFrameworkHostCompressedFileName)$(CoreSetupBlobAccessTokenParam)
$(BackwardsCompatibility110CombinedSharedHostAndFrameworkArchive)
$(BackwardsCompatibleSharedFrameworksPublishDirectory)
@@ -35,21 +35,21 @@
<_DownloadAndExtractItem Include="BackwardsCompatibility110DownloadedSharedFrameworkInstallerFile"
Condition="!Exists('$(BackwardsCompatibility110DownloadedSharedFrameworkInstallerFile)') And '$(OSName)' != 'linux'">
- $(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110SharedFrameworkVersion)/$(BackwardsCompatibility110DownloadedSharedFrameworkInstallerFileName)$(PrivateBlobAccessTokenParam)
+ $(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110SharedFrameworkVersion)/$(BackwardsCompatibility110DownloadedSharedFrameworkInstallerFileName)$(CoreSetupBlobAccessTokenParam)
$(BackwardsCompatibility110DownloadedSharedFrameworkInstallerFile)
<_DownloadAndExtractItem Include="BackwardsCompatibility110DownloadedSharedHostInstallerFile"
Condition="!Exists('$(BackwardsCompatibility110DownloadedSharedHostInstallerFile)') And '$(OSName)' != 'linux'">
- $(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110SharedHostVersion)/$(BackwardsCompatibility110DownloadedSharedHostInstallerFileName)$(PrivateBlobAccessTokenParam)
+ $(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110SharedHostVersion)/$(BackwardsCompatibility110DownloadedSharedHostInstallerFileName)$(CoreSetupBlobAccessTokenParam)
$(BackwardsCompatibility110DownloadedSharedHostInstallerFile)
<_DownloadAndExtractItem Include="BackwardsCompatibility110DownloadedHostFxrInstallerFile"
Condition="!Exists('$(BackwardsCompatibility110DownloadedHostFxrInstallerFile)') And '$(OSName)' != 'linux'">
- $(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110HostFxrVersion)/$(BackwardsCompatibility110DownloadedHostFxrInstallerFileName)$(PrivateBlobAccessTokenParam)
+ $(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110HostFxrVersion)/$(BackwardsCompatibility110DownloadedHostFxrInstallerFileName)$(CoreSetupBlobAccessTokenParam)
$(BackwardsCompatibility110DownloadedHostFxrInstallerFile)
diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props
index 72b18cabd..cfb5d04ab 100644
--- a/build/BundledRuntimes.props
+++ b/build/BundledRuntimes.props
@@ -55,49 +55,49 @@
<_DownloadAndExtractItem Include="CombinedSharedHostAndFrameworkArchive"
Condition="!Exists('$(CombinedSharedHostAndFrameworkArchive)')">
- $(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(CombinedFrameworkHostCompressedFileName)$(PrivateBlobAccessTokenParam)
+ $(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(CombinedFrameworkHostCompressedFileName)$(CoreSetupBlobAccessTokenParam)
$(CombinedSharedHostAndFrameworkArchive)
$(SharedFrameworkPublishDirectory)
<_DownloadAndExtractItem Include="DownloadedSharedFrameworkInstallerFile"
Condition="'$(SkipBuildingInstallers)' != 'true' And !Exists('$(DownloadedSharedFrameworkInstallerFile)') And '$(InstallerExtension)' != ''">
- $(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(DownloadedSharedFrameworkInstallerFileName)$(PrivateBlobAccessTokenParam)
+ $(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(DownloadedSharedFrameworkInstallerFileName)$(CoreSetupBlobAccessTokenParam)
$(DownloadedSharedFrameworkInstallerFile)
<_DownloadAndExtractItem Include="DownloadedSharedHostInstallerFile"
Condition="'$(SkipBuildingInstallers)' != 'true' And !Exists('$(DownloadedSharedHostInstallerFile)') And '$(InstallerExtension)' != ''">
- $(CoreSetupRootUrl)$(SharedHostVersion)/$(DownloadedSharedHostInstallerFileName)$(PrivateBlobAccessTokenParam)
+ $(CoreSetupRootUrl)$(SharedHostVersion)/$(DownloadedSharedHostInstallerFileName)$(CoreSetupBlobAccessTokenParam)
$(DownloadedSharedHostInstallerFile)
<_DownloadAndExtractItem Include="DownloadedHostFxrInstallerFile"
Condition="'$(SkipBuildingInstallers)' != 'true' And !Exists('$(DownloadedHostFxrInstallerFile)') And '$(InstallerExtension)' != ''">
- $(CoreSetupRootUrl)$(HostFxrVersion)/$(DownloadedHostFxrInstallerFileName)$(PrivateBlobAccessTokenParam)
+ $(CoreSetupRootUrl)$(HostFxrVersion)/$(DownloadedHostFxrInstallerFileName)$(CoreSetupBlobAccessTokenParam)
$(DownloadedHostFxrInstallerFile)
<_DownloadAndExtractItem Include="AspNetCoreRuntimeInstallerWixLibFile"
Condition=" '$(AspNetCoreRuntimeInstallerWixLibFile)' != '' And !Exists('$(AspNetCoreRuntimeInstallerWixLibFile)')">
- $(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeInstallerWixLibFileName)$(PrivateBlobAccessTokenParam)
+ $(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeInstallerWixLibFileName)$(CoreSetupBlobAccessTokenParam)
$(AspNetCoreRuntimeInstallerWixLibFile)
<_DownloadAndExtractItem Include="AspNetCoreRuntimeInstallerArchiveFile"
Condition="!Exists('$(AspNetCoreRuntimeInstallerArchiveFile)')">
- $(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeInstallerArchiveFileName)$(PrivateBlobAccessTokenParam)
+ $(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeInstallerArchiveFileName)$(CoreSetupBlobAccessTokenParam)
$(AspNetCoreRuntimeInstallerArchiveFile)
$(AspNetRuntimePackageStorePublishDirectory)
<_DownloadAndExtractItem Include="AspNetCoreSharedRuntimeVersionFile"
Condition="!Exists('$(AspNetCoreSharedRuntimeVersionFile)')">
- $(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreSharedRuntimeVersionFileName)$(PrivateBlobAccessTokenParam)
+ $(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreSharedRuntimeVersionFileName)$(CoreSetupBlobAccessTokenParam)
$(AspNetCoreSharedRuntimeVersionFile)
diff --git a/build/compile/LzmaArchive.targets b/build/compile/LzmaArchive.targets
index 911124eb6..37c96d648 100644
--- a/build/compile/LzmaArchive.targets
+++ b/build/compile/LzmaArchive.targets
@@ -12,7 +12,7 @@
Inputs="$(IntermediateArchive)"
Outputs="$(FinalArchive)"
Condition=" '$(IncludeNuGetPackageArchive)' == 'true' ">
-
diff --git a/build/package/Installer.DEB.targets b/build/package/Installer.DEB.targets
index 76fc614d6..00afd7f30 100644
--- a/build/package/Installer.DEB.targets
+++ b/build/package/Installer.DEB.targets
@@ -129,10 +129,10 @@
$(PackagesDirectory)/$(AspNetCoreRuntimeDebInstallerFileName)
diff --git a/build/package/Installer.MSI.targets b/build/package/Installer.MSI.targets
index 32977d399..2a4e131b8 100644
--- a/build/package/Installer.MSI.targets
+++ b/build/package/Installer.MSI.targets
@@ -3,7 +3,7 @@
3.10.2
- $(AssetDownloadRootUrl)/build/wix/wix.$(WixVersion).zip
+ https://dotnetcli.azureedge.net/build/wix/wix.$(WixVersion).zip
$(IntermediateDirectory)/WixTools/$(WixVersion)
$(WixRoot)/WixTools.$(WixVersion).zip
$(WixRoot)/WixDownload.$(WixVersion).sentinel
@@ -85,7 +85,7 @@
Encoding="Unicode"/>
diff --git a/build/package/Installer.RPM.targets b/build/package/Installer.RPM.targets
index 5736675cd..a4f7853ca 100644
--- a/build/package/Installer.RPM.targets
+++ b/build/package/Installer.RPM.targets
@@ -191,10 +191,10 @@
$(PackagesDirectory)/$(AspNetCoreRuntimeRpmInstallerFileName)