From 45cdf5721282dab7a4325091258a6be572ae2f03 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Thu, 16 Feb 2023 17:11:01 +0530 Subject: [PATCH] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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