1
0
mirror of https://github.com/bitwarden/server synced 2026-01-03 09:03:44 +00:00

Configure csproj to build rust

This commit is contained in:
Hinton
2025-10-09 10:39:28 -07:00
parent 12ad758f72
commit 4192b08aa5
2 changed files with 12 additions and 0 deletions

View File

@@ -23,4 +23,8 @@
</Content>
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="cd rust &amp;&amp; cargo build --release" />
</Target>
</Project>