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"?>
|
<?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>
|
||||||
|
|
@ -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 %*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue