From 510d1b32a8120f46be7ed18e707b8c48569d4cbc Mon Sep 17 00:00:00 2001 From: Rami Abughazaleh Date: Fri, 19 Feb 2016 12:15:01 -0800 Subject: [PATCH] Added condition on the NuGetToolsPath property so as not to overwrite its value if it has already been set --- src/Build/NuGet.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Build/NuGet.targets b/src/Build/NuGet.targets index 3f8c37b22..ff79da5b4 100644 --- a/src/Build/NuGet.targets +++ b/src/Build/NuGet.targets @@ -27,12 +27,12 @@ - $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) + $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) - $(SolutionDir).nuget + $(SolutionDir).nuget