1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-18 01:23:56 +00:00

Remove verbose, otherwise the logs get filled with useless info

This commit is contained in:
Daniel García 2019-02-22 16:16:07 +01:00
parent 980a3e45db
commit aeb4b4c8a5
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 2 additions and 2 deletions

View file

@ -13,5 +13,5 @@ steps:
cargo -V
displayName: Query rust and cargo versions
- script : cargo build --verbose --all-features
- script : cargo build --all-features
displayName: 'Build project'