Adding the web feed to nuget.config, as some packages failed to mirror and we need a build ASAP.

This commit is contained in:
Livar Cunha 2017-05-01 19:38:02 -07:00
parent 8205379f74
commit 0e60fea7dc

View file

@ -10,5 +10,6 @@
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNetCurrent" value="https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
<add key="web-api" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
</packageSources>
</configuration>