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

Commit fc22b33

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul
1717
:restore
1818
IF EXIST packages\KoreBuild goto run
1919
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
20-
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
20+
.nuget\NuGet.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
2121

2222
IF "%SKIP_DNX_INSTALL%"=="1" goto run
2323
CALL packages\KoreBuild\build\dnvm upgrade -runtime CLR -arch x86

0 commit comments

Comments
 (0)