fix: use correct git commit abbrev
This commit is contained in:
parent
e058d05224
commit
50776980e5
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
|
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
|
||||||
<Exec
|
<Exec
|
||||||
Command="git describe --long --always --dirty --exclude=* --abbrev=8 > ../.version"
|
Command="git describe --long --always --dirty --exclude=* --abbrev=7 > ../.version"
|
||||||
IgnoreExitCode="False"
|
IgnoreExitCode="False"
|
||||||
>
|
>
|
||||||
</Exec>
|
</Exec>
|
||||||
|
Loading…
Reference in New Issue
Block a user