diff options
| author | 2019-06-23 17:41:58 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:38 -0700 | |
| commit | 8f927e8d4f04e8b571ea7c5115a1a216a4e919ef (patch) | |
| tree | 96e85ff424526ce5d2631b595945b857756df04b | |
| parent | Print Base ID (diff) | |
Use variable for build ID pls work
| -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 3943a36..033e54a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: project: $(System.TeamProject) pipeline: $(System.DefinitionId) buildVersionToDownload: 'specific' - buildId: '2434' + buildId: '$(PREV_BUILD)' artifactName: 'base_id' displayName: 'Download Base ID Artifact' |