diff options
| author | 2019-06-23 12:45:46 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:36 -0700 | |
| commit | b3cc01358f04af270605477e535dd7c5ce8cbf9c (patch) | |
| tree | 31ce281331396ab04b6ea35602503ee487629415 | |
| parent | Try to fix task inputs (diff) | |
Let's get 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 dea090b..50ab1fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,6 +34,6 @@ jobs: buildType: 'specific' project: $(System.TeamProject) pipeline: $(System.DefinitionId) - buildVersionToDownload: 'latest' + buildVersionToDownload: 'specific' buildId: 2434 artifactName: 'base_id' |