Delete azure-pipeline.yml

This commit is contained in:
chinnagajendra 2024-12-18 16:36:34 +05:30 committed by GitHub
parent ea24777f93
commit 72d11181de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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