From 4eb21131bec41b3482d3c4d5ca2719db2722052c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20F=C3=B6rster?= Date: Sat, 9 Mar 2019 21:21:43 +0100 Subject: [PATCH] Add build task to CI script --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 3bc2a546a..32718f958 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -12,7 +12,7 @@ jobs: steps: - task: Gradle@2 inputs: - tasks: 'test jacocoTestReport' + tasks: 'build test jacocoTestReport' jdkVersionOption: '1.8' publishJUnitResults: false displayName: 'Build and Test'