Warren LaFrance
Warren LaFrance

Reputation: 582

TFS 2013 Build Agent Getting all, instead of just one solution

I am seeing all branches and such being pulled to the build agent build folder even though I specified the solution I want to build. Any ideas or blogs I can look at that might specify how I can limit the GET scope...?

I presume I need to be more specific in my Build Agent folder...

Picture of Build Agent Working folders

Upvotes: 0

Views: 78

Answers (1)

Dylan Smith
Dylan Smith

Reputation: 22245

TFS Build will download everything in your workspace mapping (it doesn't use the solutions to build to determine what to download).

You can specify one or many folders in the workspace mapping, you can also specify "cloaked" folders to tell it specifically not to download certain folders.

Upvotes: 2

Related Questions