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)