Fix build when repo path contains space. Fixes #1541
This commit is contained in:
parent
f0638877fa
commit
54f78ca34d
|
|
@ -23,7 +23,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<MSBuildArguments Remove="@(MSBuildArguments)" />
|
<MSBuildArguments Remove="@(MSBuildArguments)" />
|
||||||
<MSBuildArguments Include="
|
<MSBuildArguments Include="
|
||||||
$(VSIXProject);
|
"$(VSIXProject);"
|
||||||
/t:Restore;
|
/t:Restore;
|
||||||
/v:m;
|
/v:m;
|
||||||
/p:Configuration=$(Configuration);
|
/p:Configuration=$(Configuration);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue