We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e2e6f commit 8b5bb01Copy full SHA for 8b5bb01
build.sh
@@ -24,7 +24,7 @@ fi
24
25
if test ! -d packages/KoreBuild; then
26
mono .nuget/nuget.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
27
- 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
28
fi
29
30
if ! type dnvm > /dev/null 2>&1; then
0 commit comments