mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Delete src/azure-pipeline.yaml
This commit is contained in:
parent
c74a679b65
commit
24da69838c
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
pool: 'default'
|
|
||||||
trigger:
|
|
||||||
branches:
|
|
||||||
include:
|
|
||||||
- main
|
|
||||||
stages:
|
|
||||||
- stage: build
|
|
||||||
jobs:
|
|
||||||
- job: jobbuild
|
|
||||||
steps:
|
|
||||||
- task: Gardle@3
|
|
||||||
inputs:
|
|
||||||
gradleWrapperFile: 'gradlew'
|
|
||||||
publishJUnitResults: true
|
|
||||||
testResultFiles: '**/TEST-*.xml'
|
|
||||||
jdkVersionOption: '1.17'
|
|
||||||
goals: 'validate'
|
|
Loading…
Reference in a new issue