mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 22:34:42 +00:00
Update master-branch-pipeline.yml for Azure Pipelines
This commit is contained in:
parent
7f7e83f6f8
commit
381ae29227
@ -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.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user