Update azure-pipelines-1.yml for Azure Pipelines

This commit is contained in:
Kiranteja623 2023-02-16 16:55:53 +05:30
parent 76c0f3b09d
commit cca1f4350e

View file

@ -3,11 +3,13 @@ pool:
name: Default name: Default
trigger: trigger:
- main - main
jobs:
- job: package
displayName: build the package
steps: steps:
- task: Maven@3 - task: Maven@3
inputs: inputs:
mavenPOMFile: 'pom.xml' mavenPOMFile: 'pom.xml'
publishJUnitResults: true goals: 'package'
testResultsFiles: '**/surefire-reports/TEST-*.xml' testResultsFiles: '**/surefire-reports/TEST-*.xml'
JDKVersion: '1.17' JDKVersion: '1.17'
goals: 'package'