Skip to content

Commit

Permalink
Fix build when repo path contains space. Fixes #1541
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Nov 7, 2018
1 parent f063887 commit 54f78ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/VSIX.targets
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<MSBuildArguments Remove="@(MSBuildArguments)" />
<MSBuildArguments Include="
$(VSIXProject);
&quot;$(VSIXProject);&quot;
/t:Restore;
/v:m;
/p:Configuration=$(Configuration);
Expand Down

0 comments on commit 54f78ca

Please sign in to comment.