Azure Pipeline Part 5 – Checkout

Azure Pipeline Part 5 – Checkout Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss how to clone multiple git repositories in Azure Pipelines using checkout block. By default, the repository hosting your azure pipeline config YAML file gets cloned when you execute a pipeline. But your pipeline may require source code hosted in different git repositories. In such scenarios, you can use checkout block inside a job…

Comments Off on Azure Pipeline Part 5 – Checkout