Category: DevOps

  • Azure DevOps yml pipelines

    Steps Conditional execution The following example shows how you can make the execution of a step conditional, e. g. by a parameter defined in the parameters section of the steps: Workflow Making sure that a task is executed even if its previous task fails There are two approaches to achieve that: Using continueOnError In this…