Azure / Azure/azure-cli-extensions
az pipelines variable create not workign for Release Definition
Open
customer-reported
Pipelines
Service Attention
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
Hi
i am running this command for my release definition:
az pipelines variable create `
--organization ORGANIZATION `
--project PROJECT `
--name VARIABLE_NAME `
--value VALUE`
--secret true `
--allow-override false `
--pipeline-name PIPELINE_NAME
i am getting error "ERROR: There were no build definitions matching name "NAME_RELEASE_PIPELINE" in project "NAME_PROJECT"
does this mean variable can be created just for build definitions? how do i create variable on my release definition?
Contributor guide
Assessment
This issue has not been assessed yet.