Updating Sake to 0.2.2

This commit is contained in:
Kiran Challa 2015-09-09 15:08:09 -07:00
parent a0d51b9c2f
commit 15521ffc2b
1 changed files with 1 additions and 1 deletions

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 -o packages -ExcludeVersion
mono .nuget/nuget.exe install Sake -version 0.2.2 -o packages -ExcludeVersion
fi
if ! type dnvm > /dev/null 2>&1; then