Updated build.cmd

This commit is contained in:
David Fowler 2014-01-27 19:32:03 -08:00
parent 768e2f09fc
commit a90b7e7d95
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ md .nuget
:restore
IF EXIST build goto run
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
xcopy packages\KoreBuild\build build\ /Y
.nuget\NuGet.exe install Sake -version 0.2 -o packages