From 0d1e773d146ddbc827072ee425da29b936f74ec4 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sun, 23 Jun 2019 18:04:26 -0700 Subject: Try for V2 again --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 033e54a..097b419 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: buildType: 'specific' - project: $(System.TeamProject) + project: $(System.TeamProjectId) pipeline: $(System.DefinitionId) buildVersionToDownload: 'specific' - buildId: '$(PREV_BUILD)' + buildId: $(PREV_BUILD) artifactName: 'base_id' displayName: 'Download Base ID Artifact' -- cgit v1.2.3