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