I have Created a CI Pipeline in Azure Devops. My Repo is Azure DevOps Repo.
My Repo size is big so i do NOT want some of Folders to be downloaded on agent machine as Those folders are redundant for code build.
What changes i need to do in my pipeline yaml file?
for example FolderX should not be downloaded


You cannot specific exclude folders during cloning. At present time, Azure DevOps does not support Git blob filters.