summaryrefslogtreecommitdiff
path: root/NuGet.config
diff options
context:
space:
mode:
authorJuan Hoyos <juan.hoyos@microsoft.com>2019-02-20 13:23:37 -0800
committerGitHub <noreply@github.com>2019-02-20 13:23:37 -0800
commitf0d3ac1b624f4ab567a87744bd996e8294330f90 (patch)
treec56ab86981639f6dbb6c6e87e04f6b65641981c6 /NuGet.config
parent33f693194fb6c0fb907e513eab9936397498a9e5 (diff)
downloadcoreclr-f0d3ac1b624f4ab567a87744bd996e8294330f90.tar.gz
coreclr-f0d3ac1b624f4ab567a87744bd996e8294330f90.tar.bz2
coreclr-f0d3ac1b624f4ab567a87744bd996e8294330f90.zip
Add CoreCLR blobfeed to NuGet.config (#22699)
CoreCLR packages are not found for versions created after #21947 split the feeds and we stopped publishing to MyGet. This adds the new CoreCLR feed.
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/NuGet.config b/NuGet.config
index 7fa789a1df..6c8b2e3bd0 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,6 +4,7 @@
<clear />
<add key="arcade" value="https://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json" />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
+ <add key="dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
-</configuration> \ No newline at end of file
+</configuration>