Browsed by
Month: May 2021

Azure Build Pipelines ProTip #1 – Customize git checkout

Azure Build Pipelines ProTip #1 – Customize git checkout

This is a quick post on how to get control over git checkout in Azure DevOps. In Azure DevOps (Microsoft ALM solution), Azure Build Pipelines are always defined from a git repository that can come from different type of hosting system (Azure Repo, GitHub, BitBucket, etc.). By default, an Azure Build Pipeline will always do a checkout of the code source. This is usually fine in most of cases but in some of them you may want to have control…

Read More Read More