Update 'build.sh' to pull Sake from v2 NuGet feed.

This commit is contained in:
N. Taylor Mullen 2015-08-20 20:47:50 -07:00
parent c3e2e6fa0a
commit 8b5bb0133d
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 -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
fi
if ! type dnvm > /dev/null 2>&1; then