diff options
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3943a36..033e54a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: project: $(System.TeamProject) pipeline: $(System.DefinitionId) buildVersionToDownload: 'specific' - buildId: '2434' + buildId: '$(PREV_BUILD)' artifactName: 'base_id' displayName: 'Download Base ID Artifact' |