1
0
Fork 0

fix cargo syntax

Dieser Commit ist enthalten in:
Nils Domrose 2019-05-27 00:29:31 +02:00
Ursprung ce0651b79c
Commit f57b407c60

Datei anzeigen

@ -18,8 +18,8 @@ steps:
cargo -V
displayName: Query rust and cargo versions
- script : cargo build --features sqlite enable_syslog
- script : cargo build --features "sqlite enable_syslog"
displayName: 'Build project with sqlite backend'
- script : cargo build --features mysql enable_syslog
- script : cargo build --features "mysql enable_syslog"
displayName: 'Build project with mysql backend'