diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 5847dc074..3d3389349 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -16,6 +16,8 @@ jobs: - task: Maven@3 inputs: mavenPOMFile: 'pom.xml' + publishJUnitResults: true goals: 'package' testResultsFiles: '**/surefire-reports/TEST-*.xml' - JDKVersion: '1.17' \ No newline at end of file + jdkVersionOption: '1.17' + mavenDirectory: spring-petclinic