feat: show bot version on startup and in /catalogger ping
This commit is contained in:
parent
a22057b9fa
commit
5ac607fd0a
6 changed files with 66 additions and 4 deletions
|
|
@ -7,8 +7,14 @@
|
|||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
|
||||
<Exec Command="../build_info.sh" IgnoreExitCode="false">
|
||||
</Exec>
|
||||
</Target>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Database/**/*.sql" />
|
||||
<EmbeddedResource Watch="false" Include="..\.version" LogicalName="version"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue