Add additional feed to avoid random restore errors (dotnet/corefx#36569)
authorViktor Hofer <viktor.hofer@microsoft.com>
Wed, 3 Apr 2019 22:55:19 +0000 (00:55 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2019 22:55:19 +0000 (00:55 +0200)
* Add additional feed to avoid random restore errors

Commit migrated from https://github.com/dotnet/corefx/commit/1d8be0f47ba19e87cec4b063f8c406e1469550b7

eng/pipelines/libraries/corefx-base.yml

index 7fb1473ad7cb499619922a4b58a5cbdbf7603980..ca9b656350f37245e2bf15fa0a78d788bddd4e93 100644 (file)
@@ -138,7 +138,9 @@ jobs:
                 nugetConfigPath: 'NuGet.config'
                 restoreDirectory: '$(Build.SourcesDirectory)\.packages'
               env:
-                VSS_NUGET_EXTERNAL_FEED_ENDPOINTS: '{"endpointCredentials": [{"endpoint":"https://devdiv.pkgs.visualstudio.com/_packaging/8f470c7e-ac49-4afe-a6ee-cf784e438b93/nuget/v3/index.json", "username":"dn-bot","password":"$(dn-bot-devdiv-nuget-feed-read)"}]}'
+                VSS_NUGET_EXTERNAL_FEED_ENDPOINTS: '{"endpointCredentials": [{"endpoint":"https://devdiv.pkgs.visualstudio.com/_packaging/8f470c7e-ac49-4afe-a6ee-cf784e438b93/nuget/v3/index.json","username":"dn-bot","password":"$(dn-bot-devdiv-nuget-feed-read)"},
+                                                                             {"endpoint":"https://devdiv.pkgs.visualstudio.com/_packaging/97a41293-2972-4f48-8c0e-05493ae82010/nuget/v3/index.json","username":"dn-bot","password":"$(dn-bot-devdiv-nuget-feed-read)"},
+                                                                             {"endpoint":"https://devdiv.pkgs.visualstudio.com/_packaging/VS/nuget/v3/index.json","username":"dn-bot","password":"$(dn-bot-devdiv-nuget-feed-read)"}]}'
                 TargetGroup: $(_framework)
 
           - ${{ if eq(job.customBuildSteps[0], '') }}: