diff options
| -rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 356fac4..d9169af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,5 +21,7 @@ jobs: printf '%s' "${id}" >> base.sha256 displayName: 'Create Digest Artifact' - - publish: base.sha256 - artifact: base_id + - task: PublishPipelineArtifact@2 + inputs: + path: base.sha256 + artifact: base_id |