Conditional execution of template defined inside 'steps' in Azure DevOps Yaml pipeline
This query is regarding Azure DevOps YAML pipeline. Is it possible to put an execution condition on any template defined inside 'steps'? For ex: Based on any pipeline variable value (dynamic, passed during pipeline run), decide whether to execute or…