DevOps

2 posts

Conditional steps in Azure Pipeline Templates

Ever encountered the following situation? You have an Azure Pipeline which uses templates to encapsulate repeated tasks? In this templates you have defined steps which should only be executed conditionally based on dynamic conditions? For example, you build some artifacts and want them only published if the pipeline is triggered […]