Updating to Sake 0.2.2

This commit is contained in:
Pranav K 2015-09-09 12:30:46 -07:00
parent 2abd87ff5a
commit 6f4a9befcc
1 changed files with 1 additions and 1 deletions

View File

@ -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%=="" (