mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update azurepipeline.yaml for Azure Pipelines
This commit is contained in:
parent
b629ff6a9f
commit
1146caac1e
1 changed files with 9 additions and 9 deletions
|
@ -4,12 +4,12 @@ pool:
|
||||||
trigger:
|
trigger:
|
||||||
- main
|
- main
|
||||||
steps:
|
steps:
|
||||||
task: Maven@3
|
- task: Maven@3
|
||||||
inputs:
|
inputs:
|
||||||
mavenPOMFile: 'pom.xml'
|
mavenPOMFile: 'pom.xml'
|
||||||
publishJUnitResults: true
|
publishJUnitResults: true
|
||||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||||
JDKVersion: '1.17'
|
JDKVersion: '1.17'
|
||||||
goals: 'package'
|
goals: 'package'
|
||||||
mavenVersionOption: 'Default'
|
mavenVersionOption: 'Default'
|
||||||
mavenAuthenticateFeed: false
|
mavenAuthenticateFeed: false
|
||||||
|
|
Loading…
Reference in a new issue