diff options
| -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: . |