diff options
| author | 2019-06-23 11:46:26 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:35 -0700 | |
| commit | 3acc7f50192cf2f5812f64ee8df48b78136e5708 (patch) | |
| tree | 8901bb7a16f75279e79f6d5f1774a4f6006690e9 | |
| parent | Use task instead (diff) | |
Use v1 of task
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d9169af..8dcb127 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: printf '%s' "${id}" >> base.sha256 displayName: 'Create Digest Artifact' - - task: PublishPipelineArtifact@2 + - task: PublishPipelineArtifact@1 inputs: path: base.sha256 artifact: base_id |