Quote MSBuild arguments
This commit is contained in:
parent
fb560b0c7b
commit
2027dd4acd
|
|
@ -95,15 +95,15 @@
|
|||
<ItemGroup>
|
||||
<MSBuildArguments Remove="@(MSBuildArguments)" />
|
||||
<MSBuildArguments Include="
|
||||
$(VSIXProject);
|
||||
"$(VSIXProject)";
|
||||
/m;
|
||||
/v:M;
|
||||
/fl;
|
||||
/flp:LogFile=$(VSIXLogFilePath);
|
||||
"/flp:LogFile=$(VSIXLogFilePath)";
|
||||
/p:DeployExtension=false;
|
||||
/p:TargetVSIXContainer=$(VSIXOutputPath);
|
||||
/p:SymbolsPublishDir=$(BuildDir);
|
||||
/p:Configuration=$(Configuration);" />
|
||||
"/p:TargetVSIXContainer=$(VSIXOutputPath)";
|
||||
"/p:SymbolsPublishDir=$(BuildDir)";
|
||||
"/p:Configuration=$(Configuration)";" />
|
||||
</ItemGroup>
|
||||
|
||||
<MakeDir Directories="$(LogOutputDir)" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue