Switch to v3 NuGet feeds
This commit is contained in:
parent
2281d8cf89
commit
430a62982e
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/" />
|
||||
<add key="NuGet" value="https://nuget.org/api/v2/" />
|
||||
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
|
|
@ -17,7 +17,7 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul
|
|||
|
||||
:restore
|
||||
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
|
||||
packages\Sake\tools\Sake.exe -I build -f makefile.shade %*
|
||||
|
|
|
|||
Loading…
Reference in New Issue