diff options
| -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' |