Use a blob feed specifically for coreclr (#21947)
authorSven Boemer <sbomer@gmail.com>
Fri, 11 Jan 2019 16:39:50 +0000 (08:39 -0800)
committerGitHub <noreply@github.com>
Fri, 11 Jan 2019 16:39:50 +0000 (08:39 -0800)
This will reduce lock contention with other repos due to
https://github.com/dotnet/arcade/issues/1175.

eng/build-job.yml

index 494cbc2..0808055 100644 (file)
@@ -42,7 +42,7 @@ jobs:
     - ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
       # Variables used to publish packages to blob feed
       - name: dotnetfeedUrl
-        value: https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
+        value: https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json
       - name: dotnetfeedPAT
         value: $(dotnetfeed-storage-access-key-1)
       # Variables used by arcade to gather asset manifests