Switch to v3 NuGet feeds

This commit is contained in:
Pranav K 2016-02-19 09:21:22 -08:00
parent 2281d8cf89
commit 430a62982e
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/" /> <add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="NuGet" value="https://nuget.org/api/v2/" />
</packageSources> </packageSources>
</configuration> </configuration>

View File

@ -17,7 +17,7 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul
:restore :restore
IF EXIST packages\Sake goto run IF EXIST packages\Sake goto run
.nuget\NuGet.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages .nuget\NuGet.exe install Sake -ExcludeVersion -Out packages
:run :run
packages\Sake\tools\Sake.exe -I build -f makefile.shade %* packages\Sake\tools\Sake.exe -I build -f makefile.shade %*