diff options
| author | 2019-06-23 17:29:06 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:37 -0700 | |
| commit | 61372322e77e5ff64befa65e372dedec14009b73 (patch) | |
| tree | 83bbea4c1fedeabdf7f48802f30da75a2a22eb3d | |
| parent | Wtf... try v2 (diff) | |
Fuck v2 I'll switch to it when they properly document it...
| -rw-r--r-- | azure-pipelines.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e653034..17ad7fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,14 +48,14 @@ jobs: printf '%s\n' "##vso[task.setvariable variable=PREV_COMMIT;isOutput=true]${prev_commit}" displayName: 'Get Previous Successful Build' - - task: DownloadPipelineArtifact@2 + - task: DownloadPipelineArtifact@1 inputs: - source: 'specific' + buildType: 'specific' project: $(System.TeamProject) pipeline: $(System.DefinitionId) - runVersion: 'specific' - buildId: 2434 - artifactName: 'BaseId' + buildVersionToDownload: 'latest' + buildId: $(PREV_BUILD) + artifactName: 'base_id' displayName: 'Download Base ID Artifact' - script: | |