Forum Discussion
Rajesh_Swamy
Oct 17, 2024Copper Contributor
Is there any way to checkout a specific part of a Azure branch
We are committing our code to Azure Repos and building artifacts using Azure Classic Build Pipelines. But During the Checkout, it is downloading the entire repository and consuming lots of space and ...
Kidd_Ip
Oct 27, 2024MVP
Please try to insert like below:
steps:
- checkout: self
path: path/yourfolder (Actual path to check out)