Fix build on Windows
This commit is contained in:
parent
985043cca5
commit
2aa258acf4
@ -54,7 +54,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
|
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
|
||||||
<Exec Command="git log -1 --format='%H' > ../.version" IgnoreExitCode="False">
|
<Exec Command="git rev-parse HEAD > ../.version" IgnoreExitCode="False">
|
||||||
</Exec>
|
</Exec>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user