Skip to content

Commit

Permalink
Move to dotnet-eng feed (#3877)
Browse files Browse the repository at this point in the history
The dotnet-tools feed is being moved to dotnet-eng so that dotnet-tools can be used for actual tools.

dotnet/arcade#4197
  • Loading branch information
mmitche authored and nguerrera committed Nov 8, 2019
1 parent 2f89a3d commit 3a91cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="nuget-nugetclient" value="https://dotnetfeed.blob.core.windows.net/nuget-nugetclient/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 3a91cb6

Please sign in to comment.