AzureSingle Multi-Stage Pipelines vs Multiple Pipelines in Azure DevOpsIntroduction As software delivery becomes faster and more complex, teams often need to decide how their Azure DevOps pipelines should be…
DevOpsComparing Two Branches in Azure DevOpsThis is a nice trick, which I was not aware of, even though I have been using Azure DevOps for many years. So thought will write a post…
DevOpsResolving NU1301 when using Azure ArtifactsUnderstanding the NU1301 Error Before we delve into the solution, let’s briefly understand what the NU1301 error signifies. This error…
DevOpsAzure Pipelines Artifact Download Issue - A Quick FixThe Problem: There is a peculiar behavior when downloading artifacts using Azure Pipelines. The artifact, when viewed on the repository…
DevOpsMaking an Azure Pipeline Stage Non-CancellableIntroduction In a recent StackOverflow post, I sought advice on making a specific stage in an Azure Pipeline non-cancellable. This blog…
DevOpsAzure DevOps service connection with Service Principal using CertificateBanner from wixstatic Introduction Azure DevOps service connection to Azure, using a Service Principal can use a secret (a password) or a…