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