Top "Azure-pipelines-yaml" questions

how can I use IF ELSE in variables of azure DevOps yaml pipeline with variable group?

I'm trying to assign one of 2 values to a variable in addition to variable group and can't find the reference …

azure-devops azure-pipelines azure-pipelines-yaml
How to pass complex DevOps pipeline template parameter to script

In an Azure DevOps pipeline template, I am declaring a parameter as an array/sequence parameters: mySubscription: '' myArray: [] steps: …

azure-devops yaml azure-pipelines azure-pipelines-yaml
Is it possible to cancel a Azure DevOps pipeline Job programmatically?

As it is possible to stop a single step in a Azure DevOps pipeline: echo "##vso[task.complete result=Succeeded;]…

azure azure-devops azure-pipelines azure-pipelines-yaml
Azure Pipelines YAML: Unexpected value 'variables'

I'm using Azure Pipelines as a part of Azure DevOps. I'm trying to define variables in my template file, because …

azure azure-devops azure-pipelines azure-pipelines-yaml