From 430a62982e821de9583c32bfeb3b3268348561dd Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 19 Feb 2016 09:21:22 -0800 Subject: [PATCH] Switch to v3 NuGet feeds --- NuGet.Config | 3 +-- build.cmd | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 %*