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