lex87
lex87

Reputation: 1336

Can't select anything for build definition process tab

I am trying to create a build definition, specified the build definition name inside the General tab, specified the trigger, the workspace, the build controller that I want to use, the drop folder as a network shared location, the retention policy but when I go to the Process tab I can't select anything. Does anyone knows why I can't select anything inside the Process tab, it looks like it is not enabled, can't press Show details because is not enabled.

Thanks!

Upvotes: 1

Views: 184

Answers (1)

Tim Booker
Tim Booker

Reputation: 2789

Look at the root level of your project in Source Control Explorer. Do you have a "BuildProcessTemplates" folder?

Source Control Explorer > [server] > [project] > BuildProcessTemplates

This usually contains DefaultTemplate.xaml and UpgradeTemplate.xaml. If this folder is not present you may have to copy this folder from another project.

Upvotes: 2

Related Questions