Add AspNetCore-Patch to NuGet.config to see if that helps with odd CI failure

This commit is contained in:
Pranav K 2016-11-17 13:36:09 -08:00
Родитель c2b65d65b5
Коммит f989b62b7e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -5,5 +5,6 @@
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="aspnetmaster" value="https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
<add key="aspnetcore-tools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnetcore-rel-1-0-3/api/v3/index.json" />
</packageSources>
</configuration>