Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit c4d45f0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)