From be2d8d8478ac10a57ee99b1261d0791a24de5c91 Mon Sep 17 00:00:00 2001 From: Andy Davis Date: Thu, 12 Oct 2017 20:16:24 -0500 Subject: [PATCH] Change NuGet.exe reference in build config The Nuget.exe in lib was removed in a prior commit (while the one in .nuget was updated). Without the lib version we can't actually build packages for publishing. Rather than restore the redundant copy of the exe, I updated the build config to reference the one that we do have. --- Settings/UppercuT.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Settings/UppercuT.config b/Settings/UppercuT.config index d9a0052a..f75d4594 100644 --- a/Settings/UppercuT.config +++ b/Settings/UppercuT.config @@ -102,7 +102,7 @@ - +