Update azure-pipelines-1.yml for Azure Pipelines

This commit is contained in:
Kiranteja623 2023-02-16 17:11:01 +05:30
parent 7faa7ed465
commit 45cdf57212

View file

@ -16,6 +16,8 @@ jobs:
- task: Maven@3 - task: Maven@3
inputs: inputs:
mavenPOMFile: 'pom.xml' mavenPOMFile: 'pom.xml'
publishJUnitResults: true
goals: 'package' goals: 'package'
testResultsFiles: '**/surefire-reports/TEST-*.xml' testResultsFiles: '**/surefire-reports/TEST-*.xml'
JDKVersion: '1.17' jdkVersionOption: '1.17'
mavenDirectory: spring-petclinic