fix: use correct git commit abbrev

This commit is contained in:
spiral
2021-08-08 16:19:31 -04:00
parent e058d05224
commit 50776980e5

View File

@@ -51,7 +51,7 @@
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec
Command="git describe --long --always --dirty --exclude=* --abbrev=8 > ../.version"
Command="git describe --long --always --dirty --exclude=* --abbrev=7 > ../.version"
IgnoreExitCode="False"
>
</Exec>