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 d20d89c..fbf6d0b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: project: $(System.TeamProject) pipeline: $(System.DefinitionId) buildVersionToDownload: 'specific' - buildId: $(PREV_BUILD) + buildId: 2434 artifactName: 'base_id' displayName: 'Download Base ID Artifact' |