Skip to content

Commit

Permalink
Add tools feed to NuGet.config to workaround dotnet/msbuild#2914
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster authored May 23, 2018
1 parent 851d3a5 commit ebba0eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<configuration>
<packageSources>
<clear />
<!-- Restore sources should be defined in build/sources.props. -->
<!--
Restore sources should be defined in build/sources.props.
The only allowed feed here is myget.org/aspnet-tools which is required to workaround https://github.com/Microsoft/msbuild/issues/2914
-->
<add key="myget.org aspnetcore-tools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit ebba0eb

Please sign in to comment.