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
76c0f3b09d
commit
cca1f4350e
1 changed files with 11 additions and 9 deletions
|
@ -3,11 +3,13 @@ pool:
|
|||
name: Default
|
||||
trigger:
|
||||
- main
|
||||
jobs:
|
||||
- job: package
|
||||
displayName: build the package
|
||||
steps:
|
||||
- task: Maven@3
|
||||
inputs:
|
||||
mavenPOMFile: 'pom.xml'
|
||||
publishJUnitResults: true
|
||||
goals: 'package'
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
JDKVersion: '1.17'
|
||||
goals: 'package'
|
Loading…
Reference in a new issue