From 381ae292279d004336c94180657b9924e8c96634 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Tue, 30 Jun 2020 11:52:45 -0400 Subject: [PATCH] Update master-branch-pipeline.yml for Azure Pipelines --- master-branch-pipeline.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/master-branch-pipeline.yml b/master-branch-pipeline.yml index 5a873f62e..161b17f26 100644 --- a/master-branch-pipeline.yml +++ b/master-branch-pipeline.yml @@ -8,9 +8,13 @@ trigger: pool: vmImage: "ubuntu-16.04" +variables: +- group: PGP_VAR_GROUP +- group: SONATYPE_VAR_GROUP + steps: - # 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 + # We need a valid signing key. + # The next two steps download the public and private keys from the # secure library files. - task: DownloadSecureFile@1 displayName: 'Download public key.'