mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:35:50 +00:00
Delete azure-pipeline.yml
This commit is contained in:
parent
ea24777f93
commit
72d11181de
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
pool: 'default'
|
||||
trigger:
|
||||
- main
|
||||
stages:
|
||||
- stage: build
|
||||
jobs:
|
||||
- job: jobbuild
|
||||
steps:
|
||||
- task: maven@4
|
||||
inputs:
|
||||
mavenPOMFile: 'pom.xml'
|
||||
publishJUnitResults: true
|
||||
testResultFiles: '**/TEST-*.xml'
|
||||
jdkVersionOption: '1.17'
|
||||
goals: 'validate'
|
Loading…
Reference in a new issue