Bestter
Bestter

Reputation: 878

TFS: Get specific directory before automatic build

We have a directory in TFS (a team project) where all our internals and third parties DLL are referenced. It's works great, all our project references these directory.

When I configure an automatic build of my project, I would like that TFS automatically download the latest version of this directory, before TFS do my build. I could configure it?

By the way: We use VS2012 and TFS2012.

Thank you.

Upvotes: 0

Views: 30

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 59020

In a XAML build, map the TFVC folder where those assemblies are stored under the "Source Settings" tab.

Upvotes: 0

Related Questions