mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Fix Git hash
This commit is contained in:
parent
6284df7aa9
commit
653b12a731
@ -56,16 +56,11 @@
|
|||||||
This section is for getting & setting the gitHash value, which can easily be accessed
|
This section is for getting & setting the gitHash value, which can easily be accessed
|
||||||
via the Core.Utilities.AssemblyHelpers class.
|
via the Core.Utilities.AssemblyHelpers class.
|
||||||
-->
|
-->
|
||||||
<Target Name="SetSourceRevisionId" BeforeTargets="CoreGenerateAssemblyInfo">
|
<Target Name="WriteRevision" BeforeTargets="CoreGenerateAssemblyInfo">
|
||||||
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8" ConsoleToMSBuild="True" IgnoreExitCode="False">
|
|
||||||
<Output PropertyName="SourceRevisionId" TaskParameter="ConsoleOutput"/>
|
|
||||||
</Exec>
|
|
||||||
</Target>
|
|
||||||
<Target Name="WriteRevision" AfterTargets="SetSourceRevisionId">
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
|
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
|
||||||
<_Parameter1>GitHash</_Parameter1>
|
<_Parameter1>GitHash</_Parameter1>
|
||||||
<_Parameter2>$(SourceRevisionId)</_Parameter2>
|
<_Parameter2>HASH_HERE</_Parameter2>
|
||||||
</AssemblyAttribute>
|
</AssemblyAttribute>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user