From c7e8cf5bcd0e132fe0a2f951a0a266c559cafe4c Mon Sep 17 00:00:00 2001 From: Tim Murphy Date: Mon, 11 Jan 2016 07:02:15 +1100 Subject: [PATCH] Fix failing build on dev machine configured for NuGet V3 Pretzel build script (.\BuildScripts\build.cmd) uses NuGet 2.8 (.\src\.nuget\NuGet.exe). If the development machine only has Visual Studio 2015 then its probably configured for NuGet V3 and therefore the build fails. This commit adds ... to .\src\.nuget\NuGet.Config to remove build machine dependencies. --- src/.nuget/NuGet.Config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.nuget/NuGet.Config b/src/.nuget/NuGet.Config index 67f8ea046..132ee71a5 100644 --- a/src/.nuget/NuGet.Config +++ b/src/.nuget/NuGet.Config @@ -3,4 +3,7 @@ + + + \ No newline at end of file