Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
From devops azure ,I want to copy specific folder in my visual studio 2019.

I have choosed -> continue without code -> View ->Team Explorer -> Clone respository->
it shows repository.Not folder.

I want to access only specific folder.

How to do that?

What I have tried:

I have choosed -> continue without code -> View ->Team Explorer -> Clone respository->
it shows repository.Not folder.
Posted
Updated 8-Sep-21 4:31am

1 solution

You're trying to perform a "sparse checkout". That is almost certainly not supported in the UI for VS Code or Visual Studio. You would need to use the command-line tools instead:
Git - git-sparse-checkout Documentation[^]

However, it would appear that this isn't supported by Azure DevOps repositories. There is an open suggestion from 2019 to add this feature:
Visual Studio Feedback[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900