diff --git a/build.cmd b/build.cmd index c38178cce8..683a09d87c 100644 --- a/build.cmd +++ b/build.cmd @@ -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