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

Commit 8669982

Browse files
author
N. Taylor Mullen
committed
Update 'build.cmd' to pull Sake from v2 NuGet feed.
1 parent 332718f commit 8669982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ IF %BUILDCMD_KOREBUILD_VERSION%=="" (
2323
) ELSE (
2424
.nuget\NuGet.exe install KoreBuild -version %BUILDCMD_KOREBUILD_VERSION% -ExcludeVersion -o packages -nocache -pre
2525
)
26-
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
26+
.nuget\NuGet.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
2727

2828
IF "%SKIP_DNX_INSTALL%"=="1" goto run
2929
IF %BUILDCMD_DNX_VERSION%=="" (

0 commit comments

Comments
 (0)