fix snapshot pipeline yml syntax issues (#4235)
This commit is contained in:
parent
27ec3bec79
commit
3053a1dcf9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue