diff options
| author | 2019-06-23 12:25:47 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:36 -0700 | |
| commit | f3a963c91373b9a4d5bf53dc88aad3e87474edc2 (patch) | |
| tree | fa7eb46308c8bf4c675d6ff417f8724e1324c6ba | |
| parent | Maybe v1 will work (diff) | |
Try to fix task inputs
| -rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4c43860..dea090b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,7 @@ jobs: inputs: buildType: 'specific' project: $(System.TeamProject) - pipelineId: $(System.DefinitionId) + pipeline: $(System.DefinitionId) buildVersionToDownload: 'latest' - runId: 2434 - artifactName: base_id + buildId: 2434 + artifactName: 'base_id' |