diff options
| author | 2019-06-23 17:30:27 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:37 -0700 | |
| commit | 0740d5c8bb74cda47395ae30f3fe1c2a8e574d47 (patch) | |
| tree | 16835ceafafd18ea0b02125f5b102f308e183e0b | |
| parent | Fuck v2 I'll switch to it when they properly document it... (diff) | |
Explicit buildId
| -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 17ad7fd..0c8f04c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: project: $(System.TeamProject) pipeline: $(System.DefinitionId) buildVersionToDownload: 'latest' - buildId: $(PREV_BUILD) + buildId: 2434 artifactName: 'base_id' displayName: 'Download Base ID Artifact' |