commit f57b407c60d82b84cdcf2f46f8c8ac4f8621320a parent ce0651b79c178bfbdf652e632cfadb837eac4829 Author: Nils Domrose <nils.domrose@inovex.de> Date: Mon, 27 May 2019 00:29:31 +0200 fix cargo syntax Diffstat:
M | azure-pipelines.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -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'