diff --git a/build/AzureInfo.props b/build/AzureInfo.props
index 2773a817c..490ea909e 100644
--- a/build/AzureInfo.props
+++ b/build/AzureInfo.props
@@ -1,6 +1,10 @@
Sdk
+ $(PB_AssetRootUrl)
+ https://dotnetcli.azureedge.net/dotnet/
+ $(PB_AssetRootAccessTokenSuffix)
+ ?$(CoreSetupBlobAccessToken)
$(ARTIFACT_STORAGE_CONTAINER)
dotnet
$(ARTIFACT_STORAGE_KEY)
@@ -12,10 +16,10 @@
$(CHECKSUM_STORAGE_KEY)
$(CHECKSUM_STORAGE_ACCOUNT)
dotnetclichecksums
- $(TRANSPORTFEED_STORAGE_CONTAINER)
- dotnet-core
- $(TRANSPORTFEED_EXPECTED_URL)
- https://dotnetfeed.blob.core.windows.net/$(TransportFeedContainerName)/index.json
- $(TRANSPORTFEED_STORAGE_KEY)
+ $(BLOBFEED_STORAGE_CONTAINER)
+ dotnet-core
+ $(BLOBFEED_EXPECTED_URL)
+ https://dotnetfeed.blob.core.windows.net/$(BlobFeedContainerName)/index.json
+ $(BLOBFEED_STORAGE_KEY)
diff --git a/build/BackwardsCompatibilityRuntimes.props b/build/BackwardsCompatibilityRuntimes.props
index 9664fdadf..85303240f 100644
--- a/build/BackwardsCompatibilityRuntimes.props
+++ b/build/BackwardsCompatibilityRuntimes.props
@@ -21,7 +21,6 @@
$(BackwardsCompatibility110CoreSetupBlobRootUrlWithChannel)/Installers
$(IntermediateDirectory)/coreSetupDownload/$(BackwardsCompatibility110SharedFrameworkVersion)
$(BackwardsCompatibility110CoreSetupDownloadDirectory)/combinedSharedHostAndFrameworkArchive$(ArchiveExtension)
- ?$(CoreSetupBlobAccessToken)
diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props
index cbc7a67a0..82f47ecca 100644
--- a/build/BundledRuntimes.props
+++ b/build/BundledRuntimes.props
@@ -27,8 +27,6 @@
- https://dotnetcli.azureedge.net/dotnet/
- ?$(CoreSetupBlobAccessToken)
$(CoreSetupBlobRootUrl)Runtime/
$(IntermediateDirectory)/coreSetupDownload/$(SharedFrameworkVersion)
$(CoreSetupDownloadDirectory)/combinedSharedHostAndFrameworkArchive$(ArchiveExtension)
diff --git a/build/Publish.targets b/build/Publish.targets
index 9e911318c..918ae556e 100644
--- a/build/Publish.targets
+++ b/build/Publish.targets
@@ -3,7 +3,7 @@
-
+
@@ -25,7 +25,7 @@
GenerateChecksums;
UploadArtifactsToAzure;
UploadChecksumsToAzure;
- PublishNupkgToTransportFeed;
+ PublishNupkgToBlobFeed;
PublishDebFilesToDebianRepo;
PublishCliVersionBadge" />
diff --git a/build/compile/LzmaArchive.targets b/build/compile/LzmaArchive.targets
index 494164b26..37c96d648 100644
--- a/build/compile/LzmaArchive.targets
+++ b/build/compile/LzmaArchive.targets
@@ -2,19 +2,17 @@
-
- ?$(CoreSetupBlobAccessToken)
$(SdkOutputDirectory)/nuGetPackagesArchive.lzma
nuGetPackagesArchive.$(AspNetCoreRuntimePackageFlavor).lzma
$(IntermediateDirectory)/$(NugetPackagesArchiveName)
- $(AspNetCoreRuntimeInstallerBlobRootUrl)/$(NugetPackagesArchiveName)$(CoreSetupBlobAccessTokenParam)
+ $(AspNetCoreRuntimeInstallerBlobRootUrl)/$(NugetPackagesArchiveName)
-
diff --git a/build/publish/PublishNupkgToTransportFeed.targets b/build/publish/PublishNupkgToBlobFeed.targets
similarity index 52%
rename from build/publish/PublishNupkgToTransportFeed.targets
rename to build/publish/PublishNupkgToBlobFeed.targets
index 19dd03e71..eb8ba821a 100644
--- a/build/publish/PublishNupkgToTransportFeed.targets
+++ b/build/publish/PublishNupkgToBlobFeed.targets
@@ -7,13 +7,13 @@
-
-
-
+
+
+
-
-
+
diff --git a/dir.props b/dir.props
index 756fccc32..a59eba29e 100644
--- a/dir.props
+++ b/dir.props
@@ -20,7 +20,7 @@
-
+
@@ -40,7 +40,6 @@
-