Updating to Sake 0.2.2
This commit is contained in:
parent
2abd87ff5a
commit
6f4a9befcc
|
|
@ -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%=="" (
|
||||
|
|
|
|||
Loading…
Reference in New Issue