mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
Delete src/azure-pipeline.yaml
This commit is contained in:
parent
6781360ed6
commit
9fd82a74b1
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
pool: default
|
|
||||||
trigger:
|
|
||||||
- main
|
|
||||||
stages:
|
|
||||||
- stage: build
|
|
||||||
jobs:
|
|
||||||
- job: jobbuild
|
|
||||||
steps:
|
|
||||||
- task: maven@4
|
|
||||||
inputs:
|
|
||||||
mavemPOMFile: pom.xml
|
|
||||||
publishJUnitResults: true
|
|
||||||
testResultFiles: '**/surefire-reports/TEST-*.xml'
|
|
||||||
jdkVersionOption: '21'
|
|
||||||
goals: package
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue