Skip to content

Commit

Permalink
Fix to build correctly if the repository root has spaces. For example…
Browse files Browse the repository at this point in the history
…: "C:\Program Files (x86)\repos\corefx"
  • Loading branch information
Sridhar-MS committed Nov 18, 2014
1 parent 68a45e8 commit 159d359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<!-- Copy build tools to tools directory -->
<Exec
Command="xcopy /e /y &quot;$(PackagesDir)Microsoft.DotNet.BuildTools.$(BuildToolsVersion)\lib\*&quot; &quot;$(ToolsDir)&quot; > $(ToolsDir)BuildTools.xcopy.log" />
Command="xcopy /e /y &quot;$(PackagesDir)Microsoft.DotNet.BuildTools.$(BuildToolsVersion)\lib\*&quot; &quot;$(ToolsDir)&quot; > &quot;$(ToolsDir)BuildTools.xcopy.log&quot;" />
</Target>

</Project>

0 comments on commit 159d359

Please sign in to comment.