From 613237382a6db2a8538e59a325930ef5ea9020e3 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 27 May 2020 16:07:36 -0400 Subject: [PATCH] Update module-snapshot-publishing.yml for Azure Pipelines --- module-snapshot-publishing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module-snapshot-publishing.yml b/module-snapshot-publishing.yml index 3ae4261d2..d6bd8728d 100644 --- a/module-snapshot-publishing.yml +++ b/module-snapshot-publishing.yml @@ -28,6 +28,7 @@ variables: steps: # Debugging output to identify current module. - bash: echo Publishing SNAPSHOT for $(module) + displayName: 'Print module name.' # Signing, for now, occurs for all builds, SNAPSHOT or release. So we need a valid # signing key. The next two steps download the public and private keys from the @@ -97,7 +98,7 @@ steps: # Deploy the SNAPSHOT artifact to sonatype nexus. # This is done for the master branch merges only. - task: Maven@3 - displayName: 'Deploy $(version) to Sonatype staging' + displayName: 'Deploy $(module) to Sonatype staging' inputs: mavenPomFile: '$(System.DefaultWorkingDirectory)/$(module)/pom.xml' goals: deploy