Update 'build.cmd' to pull Sake from v2 NuGet feed.

This commit is contained in:
N. Taylor Mullen 2015-08-20 15:38:31 -07:00
parent a9365e48c2
commit e43e3c7b52
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ IF %BUILDCMD_KOREBUILD_VERSION%=="" (
) ELSE (
.nuget\NuGet.exe install KoreBuild -version %BUILDCMD_KOREBUILD_VERSION% -ExcludeVersion -o packages -nocache -pre
)
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
.nuget\NuGet.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
IF "%SKIP_DNX_INSTALL%"=="1" goto run
IF %BUILDCMD_DNX_VERSION%=="" (