Set up CI with Azure Pipelines

[skip ci]
This commit is contained in:
Kiranteja623 2023-02-16 16:50:12 +05:30
parent 7957c2e9e3
commit 76c0f3b09d

13
azure-pipelines-1.yml Normal file
View file

@ -0,0 +1,13 @@
---
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'