Does TFS download all working folders in build definition? -


In the definition of my creation under "Working folders", I have $ / MyProject / main / source

< P> $ (SourceDir) .

Does this download all files from $ / MyProject / Main / source to $ (SourceDir)) ? Or does it download only what is included in the solution that I am making if it is $ / MyProject / Main / Source ?

This will download all the files under that folder.

If you want to limit it then you can add other paths to the workspace mapping and mark them as "cloak", which indicates to TFS that they do not download loose folders. .


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -