Labelling update for pipelines

***NO_CI***
This commit is contained in:
Mark Iantorno 2020-09-28 09:28:29 -04:00
parent afa46ebe7c
commit 2d46644982
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ steps:
# Deploy the SNAPSHOT artifact to sonatype nexus.
# This is done for the master branch merges only.
- task: Maven@3
displayName: 'Deploy $(module) to Sonatype staging'
displayName: 'Deploy to Sonatype staging'
inputs:
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
goals: deploy
@ -87,7 +87,7 @@ steps:
# Deploy the SNAPSHOT artifact to GitHub packages.
# This is done for the master branch merges only.
- task: Maven@3
displayName: 'Deploy $(module) to Sonatype staging'
displayName: 'Deploy to GitHub packages'
inputs:
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
goals: deploy