This commit is contained in:
gajendrachinna 2024-12-19 09:33:47 +05:30
parent 6148ddd967
commit 1f21187fcb

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: validate