0

We have just moved from a TFVC repository to a TFS Git one and I am in the process of moving all of our build definitions to use git. In the build definition, is it possible to set it so that when it gets sources is will get a sub-folder in the repository rather than downloading the entire solution.

For example in the image below to set the Repository to STARS\Folder1\Folder2

enter image description here

Our main repository is large and creating some artifacts does not need the entire solution to be downloaded to our TFS server.

Ross
  • 2,463
  • 5
  • 35
  • 91

1 Answers1

0

That`s why I like TFVC ))

By default Git clones a whole repository (How do I clone a subdirectory only of a Git repository?).

But you may try VFS for git tasks.

Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31