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:
@@ -23,4 +23,8 @@
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="cd rust && cargo build --release" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user