Skip the cache for KoreBuild

This commit is contained in:
David Fowler 2014-01-26 01:29:01 -08:00
parent 430217e2de
commit 6b3cd34439
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
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache
xcopy packages\KoreBuild\build build\ /Y
.nuget\NuGet.exe install Sake -version 0.2 -o packages