mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
7957c2e9e3
commit
76c0f3b09d
1 changed files with 13 additions and 0 deletions
13
azure-pipelines-1.yml
Normal file
13
azure-pipelines-1.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
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'
|
Loading…
Reference in a new issue