Update master-branch-pipeline.yml for Azure Pipelines

This commit is contained in:
Mark Iantorno 2020-06-30 11:52:45 -04:00
parent 7f7e83f6f8
commit 381ae29227

View File

@ -8,9 +8,13 @@ trigger:
pool: pool:
vmImage: "ubuntu-16.04" vmImage: "ubuntu-16.04"
variables:
- group: PGP_VAR_GROUP
- group: SONATYPE_VAR_GROUP
steps: steps:
# Signing, for now, occurs for all builds, SNAPSHOT or release. So we need a valid # We need a valid signing key.
# signing key. The next two steps download the public and private keys from the # The next two steps download the public and private keys from the
# secure library files. # secure library files.
- task: DownloadSecureFile@1 - task: DownloadSecureFile@1
displayName: 'Download public key.' displayName: 'Download public key.'