diff options
| author | 2019-06-23 12:19:42 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:35 -0700 | |
| commit | 054837d0fec8d81058836ae6b516a409d2026f30 (patch) | |
| tree | 9bfc8211e9230c684bf2a1259cf4a8659e745a1d | |
| parent | DownloadPipelineArtifact (diff) | |
Maybe v1 will work
| -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 b6316a8..4c43860 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,11 +29,11 @@ jobs: artifact: base_id enabled: false - - task: DownloadPipelineArtifact@2 + - task: DownloadPipelineArtifact@1 inputs: buildType: 'specific' project: $(System.TeamProject) pipelineId: $(System.DefinitionId) + buildVersionToDownload: 'latest' runId: 2434 artifactName: base_id - downloadPath: . |