TransportFeed URL update
authorJC Aguilera <juanam@microsoft.com>
Wed, 1 Nov 2017 22:24:26 +0000 (15:24 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2017 22:24:26 +0000 (15:24 -0700)
Updating URL to point to the new main feed

Commit migrated from https://github.com/dotnet/core-setup/commit/62dc36b85ad3717b96c392cfecd564734e216b1b

src/installer/buildpipeline/Core-Setup-Publish.json

index 0d22941..b096e8f 100644 (file)
       "isSecret": true
     },
     "PB_PackagesUrl": {
-      "value": "https://$(PB_TransportFeedAccountName).blob.core.windows.net/$(PB_TransportFeedContainerName)/packages/index.json"
+      "value": "https://$(PB_TransportFeedAccountName).blob.core.windows.net/$(PB_TransportFeedContainerName)/index.json"
     },
     "PB_SymbolPackagesUrl": {
-      "value": "https://$(PB_TransportFeedAccountName).blob.core.windows.net/$(PB_TransportFeedContainerName)/symbols/index.json"
+      "value": "https://$(PB_TransportFeedAccountName).blob.core.windows.net/$(PB_TransportFeedContainerName)/index.json"
     },
     "PB_ChecksumAzureAccountName": {
       "value": "dotnetclichecksums"