i have a branch in git with a .yaml build file which has a script to simply print out the value of the variable declared in the .yaml
if i run the command: az pipelines run --id 999 --variables "myvar=myvar" I expected the variable to change as I am injecting it. it doesnt.
am i misunderstanding what this switch does? if so, what is it supposed to do and/or how can i achieve my goal?
i tried i tried i dont understand these SO "quality standards" <= (this line allowed me to save the post)
For az pipelines variable ,there are four commands
az pipelines variable createAdd a variable to a pipeline.az pipelines variable deleteDelete a variable from pipeline.az pipelines variable listList the variables in a pipeline.az pipelines variable updateUpdate a variable in a pipeline.You should use
az pipelines variable updatecommand to update a variable in a pipeline.Command sample: