From ca65e62387f0bbe2549cc3a6c04ea414656bd20c Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Mon, 4 May 2020 12:44:46 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 236ae4e27..b7ec27d15 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ steps: jdkArchitectureOption: 'x64' publishJUnitResults: true testResultsFiles: '**/surefire-reports/TEST-*.xml' - goals: 'package cobertura:cobertura' + goals: 'clean package' - bash: echo Current version => $(version)