Evaluate a Null variable in a YAML build?
I want to have a boolean passed into a task in the Azure DevOps YAML build if a variable is not populated.
How to set a variable during build, check it during release (classic pipelines)
I want to set a variable during build, which I can then check during release. Below is what I have tried after doing my research.
How to set a variable during build, check it during release (classic pipelines)
I want to set a variable during build, which I can then check during release. Below is what I have tried after doing my research.
Azure Devops: How to set a variable during BUILD, check it during RELEASE
I want to set a variable during build, which I can then check during release.
Display different stages based on selected branch in azure devops pipeline
I have 3 environments A, b & C
How can I setup my template file so main pipeline will call properly
I have a main pipeline and a template file. The main pipeline calls the template. The template has 2 jobs that passes a variable from one job to the other. If I have this in just the main pipeline file without the template file, it successfully passes the variable from job to job.
Required YAML template from a different Azure DevOps organization
I know that it is possible to use a yaml template from a different organization using this but, how can I enforce it as a required yaml template on a service connection and/or a variable group? Seems that in the required yaml template dialogue you can only specify templates in the same organization:
Azure Devops Pipeline: each in iteration in sequence
The following pipeline, with a each .. in ..
iteration, the jobs will run in parallel.
Resolve depends on with template YAML Azure Pipelines
Have the following structure:
Azure Devops Pipelines: Iterate steps over variable
Can I dynamically iterate steps over a set variable with Azure Devops pipelines?