diff options
| author | 2019-06-23 17:26:46 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:37 -0700 | |
| commit | 42b25e2c4351473247242e4d0cb0b9292de449ae (patch) | |
| tree | 45e57af778281b8e34e40b639e0eac8400cd5b33 | |
| parent | DownloadPipelineArtifact (diff) | |
Wtf... try v2
| -rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04dfb27..e653034 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,13 +48,13 @@ jobs: printf '%s\n' "##vso[task.setvariable variable=PREV_COMMIT;isOutput=true]${prev_commit}" displayName: 'Get Previous Successful Build' - - task: DownloadPipelineArtifact@1 + - task: DownloadPipelineArtifact@2 inputs: source: 'specific' project: $(System.TeamProject) pipeline: $(System.DefinitionId) runVersion: 'specific' - buildId: "2434" + buildId: 2434 artifactName: 'BaseId' displayName: 'Download Base ID Artifact' |