mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Update azure-pipelines-1.yml for Azure Pipelines
This commit is contained in:
parent
7faa7ed465
commit
45cdf57212
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue