Skip to content

Commit

Permalink
Disable signatures when obtaining commit date - fixes devlooped#180
Browse files Browse the repository at this point in the history
  • Loading branch information
socram8888 committed Nov 7, 2022
1 parent f0ac7b8 commit 8e274d2
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 @@ -437,7 +437,7 @@
Outputs="$(_GitInfoFile)"
Condition="'$(GitRoot)' != '' And '$(GitCommitDate)' == ''">

<Exec Command='$(GitExe) show --format=$(GitCommitDateFormat) -s'
<Exec Command='$(GitExe) -c log.showSignature=false show --format=$(GitCommitDateFormat) -s'
EchoOff='true'
StandardErrorImportance="low"
StandardOutputImportance="low"
Expand Down

0 comments on commit 8e274d2

Please sign in to comment.