Category: Azure Pipelines
Sometimes we may need to use different branches for different Builds & Releases but with the same build pipeline. So it becomes necessary to set a default YAML branch for a Build or Release...
The below list will provide you list of task conditions available in YAML as well as Classic pipeline along with detailed examples on how to use them to run the tasks based on the...
This error usually occurs when you try to deploy an IIS app when the app is still up and running. Sometimes just redeploying it from Azure Devops would deploy it without any issues. But...
Once I ran into issue where the machine was running scripts in a lower resolution mode than the expected one, but when I logged with a Non Human account and ran the scripts it...
Sometimes you may get an error saying failed to create Release Artifact directory and even if you redeploy so many times you will still get an error like this Failed to create Release Artifact...
Generally the default YAML uses the Azure pipelines agent and you may need to change it.So instead of something like this To use a private agent, use the one below
Let us see how to install an AzureDevOps agent in a CentOS by following the below steps given below Step 1: Login to AzureDevOps and copy the url for downloading the Linux agent from...
Sometimes some of your projects may not require any testing itself and they may be in need of only Azure Boards, in that case you may very well turn off the AzurePipelines for the...