Skip the cache for KoreBuild

This commit is contained in:
David Fowler 2014-01-26 01:29:21 -08:00
parent 8415b190b1
commit 2ea440609c
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