Updating Sake to always use latest version

This commit is contained in:
Kiran Challa 2015-09-09 15:18:10 -07:00
parent 15521ffc2b
commit a7bebaae83
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ md .nuget
copy %CACHED_NUGET% .nuget\nuget.exe > nul
:build
.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
packages\Sake\tools\Sake.exe -I build -f makefile.shade %*

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