Skip to content

Commit

Permalink
Add dotnet-eng feed to nuget.config (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe authored and mmitche committed Nov 26, 2019
1 parent 8d8c685 commit 2204c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuGet.config
Expand Up @@ -2,7 +2,7 @@
<configuration>
<packageSources>
<clear />
<add key="arcade" value="https://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/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" />
Expand Down

0 comments on commit 2204c3f

Please sign in to comment.