From 42b25e2c4351473247242e4d0cb0b9292de449ae Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sun, 23 Jun 2019 17:26:46 -0700 Subject: Wtf... try v2 --- azure-pipelines.yml | 4 ++-- 1 file 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' -- cgit v1.2.3