Delete src/azure-pipeline.yaml

This commit is contained in:
chinnagajendra 2024-12-17 16:13:13 +05:30 committed by GitHub
parent 6781360ed6
commit 9fd82a74b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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