Create azure-pipeline.yaml

This commit is contained in:
chinnagajendra 2024-12-18 17:02:11 +05:30 committed by GitHub
parent 369c5d9c8e
commit 14c280d03d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
azure-pipeline.yaml Normal file
View file

@ -0,0 +1,18 @@
---
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: '1.17'
goals: package