From f8e9cca9850fc11eddcc2397de16642e030172a7 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Fri, 14 Apr 2017 10:49:03 -0700 Subject: [PATCH] Work around SWIX build use of OutputPath --- .../Microsoft.CodeAnalysis.Compilers.swixproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Setup/DevDivVsix/CompilersPackage/Microsoft.CodeAnalysis.Compilers.swixproj b/src/Setup/DevDivVsix/CompilersPackage/Microsoft.CodeAnalysis.Compilers.swixproj index 0392b2100c5..1be98515de7 100644 --- a/src/Setup/DevDivVsix/CompilersPackage/Microsoft.CodeAnalysis.Compilers.swixproj +++ b/src/Setup/DevDivVsix/CompilersPackage/Microsoft.CodeAnalysis.Compilers.swixproj @@ -6,7 +6,8 @@ neutral false - $(OutputPath)Insertion + $(OutputPath) + $(OutputPath)\Insertion true vsix @@ -14,7 +15,7 @@ - $(PackagePreprocessorDefinitions);Version=$(VsixVersion);OutputPath=$(OutputPath) + $(PackagePreprocessorDefinitions);Version=$(VsixVersion);OutputPath=$(RoslynOutputPath) $(BaseIntermediateOutputPath)$(Configuration)\ -- GitLab