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