Use MSBuild to set NuGet feeds instead of NuGet.config

This commit is contained in:
Nate McMaster
2017-11-20 12:43:30 -08:00
parent 0de9f0e3ce
commit cd3e3c667c
3 changed files with 18 additions and 3 deletions

View File

@@ -2,8 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<!-- Restore sources should be defined in build/sources.props. -->
</packageSources>
</configuration>