diff options
| author | 2019-06-23 17:35:23 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:38 -0700 | |
| commit | e93247c70710400935228502a3295001167e1896 (patch) | |
| tree | 72e681a870843d394f3b41e51c02201ec606c762 | |
| parent | Let's Get Specific 2: Electric Boogaloo (diff) | |
Explicit and specific
| -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' |