Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit d013bdf

Browse files
author
N. Taylor Mullen
committed
Update 'build.sh' to pull Sake from v2 NuGet feed.
1 parent 1655fbf commit d013bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
if test ! -d packages/KoreBuild; then
2626
mono .nuget/nuget.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
27-
mono .nuget/nuget.exe install Sake -version 0.2 -o packages -ExcludeVersion
27+
mono .nuget/nuget.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
2828
fi
2929

3030
if ! type dnvm > /dev/null 2>&1; then

0 commit comments

Comments
 (0)