KI1
KI1

Reputation: 929

Cannot find location of the TFS Default Template

I am looking for the DefaultTemplate.xaml. Is it part of Team Foundation server or part of Visual Studio?

On MSDN it states how i can edit the file etc but it doesn't tell me where to get it from.

Can anyone assist me please?

Thanks,

Upvotes: 0

Views: 420

Answers (1)

Markus
Markus

Reputation: 22491

It is part of Team Foundation Server. You can find it in Source Control of your project in the BuildProcessTemplates folder:

$/<projectName>/BuildProcessTemplates

You can check-in your changes there or (better) create a copy and change it. The Build server will also access this folder, so you can select your template when editing the Build definition.

Upvotes: 2

Related Questions