From 525c6de035b75d78580c2cd5cf19cfba29f88162 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 9 Sep 2015 12:34:52 -0700 Subject: [PATCH] Updating to Sake 0.2.2 --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index 3719f6c035..f557c83833 100644 --- a/build.cmd +++ b/build.cmd @@ -23,7 +23,7 @@ IF %BUILDCMD_KOREBUILD_VERSION%=="" ( ) ELSE ( .nuget\NuGet.exe install KoreBuild -version %BUILDCMD_KOREBUILD_VERSION% -ExcludeVersion -o packages -nocache -pre ) -.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion +.nuget\NuGet.exe install Sake -version 0.2.2 -o packages -ExcludeVersion IF "%SKIP_DNX_INSTALL%"=="1" goto run IF %BUILDCMD_DNX_VERSION%=="" (