fix: use correct git commit abbrev

This commit is contained in:
spiral 2021-08-08 16:19:31 -04:00
parent e058d05224
commit 50776980e5
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -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>