diff --git a/NuGet.Config b/NuGet.Config index d2cc449808..de3a3397c2 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,7 +1,6 @@  - - + \ No newline at end of file diff --git a/build.cmd b/build.cmd index a9020e6de3..b0a0813c15 100644 --- a/build.cmd +++ b/build.cmd @@ -17,7 +17,7 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul :restore IF EXIST packages\Sake goto run -.nuget\NuGet.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages +.nuget\NuGet.exe install Sake -ExcludeVersion -Out packages :run packages\Sake\tools\Sake.exe -I build -f makefile.shade %*