Updating Sake to always use latest version

This commit is contained in:
Kiran Challa 2015-09-09 15:24:02 -07:00
parent c3bf1e8d6b
commit 585643cf86
2 changed files with 2 additions and 2 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.2 -o packages -ExcludeVersion
.nuget\NuGet.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
IF "%SKIP_DNX_INSTALL%"=="1" goto run
IF %BUILDCMD_DNX_VERSION%=="" (

View File

@ -24,7 +24,7 @@ fi
if test ! -d packages/KoreBuild; then
mono .nuget/nuget.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
mono .nuget/nuget.exe install Sake -version 0.2.2 -o packages -ExcludeVersion
mono .nuget/nuget.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
fi
if ! type dnvm > /dev/null 2>&1; then