Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
[Build] Try fixing error by adding git --work-tree to be able to run …
Browse files Browse the repository at this point in the history
…it from TeamCity
  • Loading branch information
xoofx committed Feb 17, 2013
1 parent 9c2db0e commit cb9b4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharpDX.build
Expand Up @@ -26,7 +26,7 @@
<SharpDXSolution>SharpDX.sln</SharpDXSolution>
<SharpDXSolutionWP8>SharpDXWP8.sln</SharpDXSolutionWP8>
<SamplesDirectory>Samples</SamplesDirectory>
<GitExe>"C:\Program Files (x86)\Git\bin\git.exe"</GitExe>
<GitExe>"C:\Program Files (x86)\Git\bin\git.exe" --work-tree="$(MSBuildThisFileDirectory)"</GitExe>
</PropertyGroup>

<Target Name="FullBuild">
Expand Down

0 comments on commit cb9b4a1

Please sign in to comment.