Create azurepipeline.yaml

This commit is contained in:
lakshmi164585 2023-02-15 17:07:04 +05:30 committed by GitHub
parent ca055dbbe1
commit b629ff6a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
azurepipeline.yaml Normal file
View file

@ -0,0 +1,15 @@
---
pool:
name: Default
trigger:
- main
steps:
task: Maven@3
inputs:
mavenPOMFile: 'pom.xml'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
JDKVersion: '1.17'
goals: 'package'
mavenVersionOption: 'Default'
mavenAuthenticateFeed: false