From a90b7e7d955a94e1cc9df3473083febd2d77a0e2 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Mon, 27 Jan 2014 19:32:03 -0800 Subject: [PATCH] Updated build.cmd --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index 683a09d87c..c3b2462019 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 -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