diff options
| author | 2019-06-23 11:44:43 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:35 -0700 | |
| commit | 74840e722032b606b95afdc306340e76ba39c8d5 (patch) | |
| tree | 828c3f80cacd61fa3c16097d67e2e0d47150624c | |
| parent | Test artifact publishing (diff) | |
Use task instead
| -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 |