From 3053a1dcf9d71efc6fdd3b04af5a5d15e5e07498 Mon Sep 17 00:00:00 2001 From: VK-SMILECDR <88211153+VK-SMILECDR@users.noreply.github.com> Date: Wed, 2 Nov 2022 17:30:03 -0400 Subject: [PATCH] fix snapshot pipeline yml syntax issues (#4235) --- snapshot-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapshot-pipeline.yml b/snapshot-pipeline.yml index 09348482148..9997db8f4e7 100644 --- a/snapshot-pipeline.yml +++ b/snapshot-pipeline.yml @@ -87,6 +87,6 @@ steps: displayName: 'Deploy to Sonatype staging' inputs: mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml' - goals: deploy + goals: deploy options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST -DskipTests' - publishJUnitResults: false + publishJUnitResults: false