From addbac24aa892ac4a6b028b4b8acf37a050fed24 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 9 Mar 2017 10:34:59 -0800 Subject: [PATCH] Account for missing trailing slash in package path when restoring vsix --- build/VSIX.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/VSIX.targets b/build/VSIX.targets index 3d5115a829..fb2b66681e 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -31,7 +31,7 @@ - $(NuGetPackageFolders)nuget.commandline\$(NuGetCommandLineVersion)\tools\nuget.exe + $([MSBuild]::EnsureTrailingSlash('$(NuGetPackageFolders)'))nuget.commandline\$(NuGetCommandLineVersion)\tools\nuget.exe