diff options
| author | 2019-06-23 17:31:38 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:38 -0700 | |
| commit | 3eb673eed22f6c3937cdf55340a05ea838255c9d (patch) | |
| tree | 1914fbbb5c225529d5fecf97931126c0e31265b2 | |
| parent | Explicit buildId (diff) | |
Let's Get Specific 2: Electric Boogaloo
| -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' |