Site icon Dotnet Helpers

DevOps

404, 2024

How to Continue Azure Pipeline on failed task

By |Tags: , , , , , |0 Comments

Introduction Sometimes failing scripts are not failing the task when they should. And sometimes a failing command should not fail the task. How to handle these situations by Continue Azure Pipeline on failed task? In

1502, 2024

Understanding the directory structure created by Azure DevOps tasks

By |Tags: , , , , , , |0 Comments

If you are beginner in Azure DevOps, understanding of when & which folders are created and populated by the pipeline tasks, this is one of the first step in learning Understanding the directory structure created

102, 2024

Variable Substitution in Config using YAML DevOps pipeline

By |Tags: , , , , |0 Comments

As DevOps Engineer, you are responsible for to develop the Azure DevOps pipelines which should replace these values (DEV/TEST/PREPROD/PROD) based on the environment. However, the configuration values could change across environments. In this article, we

Exit mobile version