From 1146caac1ec860968bb524babd700a8612b3b0b0 Mon Sep 17 00:00:00 2001 From: lakshmi164585 <115771905+lakshmi164585@users.noreply.github.com> Date: Wed, 15 Feb 2023 17:13:12 +0530 Subject: [PATCH] Update azurepipeline.yaml for Azure Pipelines --- azurepipeline.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/azurepipeline.yaml b/azurepipeline.yaml index 7c8e8d8bf..2d7552382 100644 --- a/azurepipeline.yaml +++ b/azurepipeline.yaml @@ -4,12 +4,12 @@ pool: trigger: - main steps: - task: Maven@3 - inputs: - mavenPOMFile: 'pom.xml' - publishJUnitResults: true - testResultsFiles: '**/surefire-reports/TEST-*.xml' - JDKVersion: '1.17' - goals: 'package' - mavenVersionOption: 'Default' - mavenAuthenticateFeed: false + - task: Maven@3 + inputs: + mavenPOMFile: 'pom.xml' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + JDKVersion: '1.17' + goals: 'package' + mavenVersionOption: 'Default' + mavenAuthenticateFeed: false