We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9839b68 commit 0f76cceCopy full SHA for 0f76cce
src/GitInfo/build/GitInfo.targets
@@ -437,7 +437,7 @@
437
Outputs="$(_GitInfoFile)"
438
Condition="'$(GitRoot)' != '' And '$(GitCommitDate)' == ''">
439
440
- <Exec Command='$(GitExe) show --format=$(GitCommitDateFormat) -s'
+ <Exec Command='$(GitExe) -c log.showSignature=false show --format=$(GitCommitDateFormat) -s'
441
EchoOff='true'
442
StandardErrorImportance="low"
443
StandardOutputImportance="low"
0 commit comments