Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Mark Iantorno 2020-05-04 12:44:46 -04:00
parent 27ed39e553
commit ca65e62387
1 changed files with 1 additions and 1 deletions

View File

@ -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)