Updating build.sh to Sake 0.2.2
This commit is contained in:
parent
6f4a9befcc
commit
d0dc4875de
2
build.sh
2
build.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue