Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
akannan1087 committed Jan 10, 2025
1 parent 0d16635 commit 73bb2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stages:
steps:
- task: Maven@4
inputs:
mavenPomFile: 'MyAwesome/pom.xml'
mavenPomFile: 'MyAwesomeApp/pom.xml'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
javaHomeOption: 'JDKVersion'
Expand Down

0 comments on commit 73bb2b2

Please sign in to comment.