Skip to content

Commit a771553

Browse files
committedSep 9, 2015
Updating Sake to always use latest version
1 parent cf59285 commit a771553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.cmd

+1-1
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 -Ngen

0 commit comments

Comments
 (0)
Please sign in to comment.