Skip to content

Commit

Permalink
Merge pull request #4 from chkn/patch-1
Browse files Browse the repository at this point in the history
Fix cygwin support
  • Loading branch information
kzu committed Apr 24, 2016
2 parents ca18129 + a16feca commit b202446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitInfo/build/GitInfo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</PropertyGroup>

<!-- Account for cygwin separately -->
<Exec Command='"$(CygPathExe)" -w $(_GitOutput)" WorkingDir="$(MSBuildProjectDirectory)"'
<Exec Command='"$(CygPathExe)" -w "$(_GitOutput)"' WorkingDirectory="$(MSBuildProjectDirectory)"
StandardErrorImportance='high'
StandardOutputImportance='low'
ConsoleToMSBuild='true'
Expand Down

0 comments on commit b202446

Please sign in to comment.