Nemir
Nemir

Reputation: 293

Cannot create new TFS build definitions

I am testing out a new TFS 2015 instance and trying to set up a new build definition. The build agent is on a different server than TFS. I click the Create New Build Definition button from the TFS portal, select the Visual studio template and get this

Empty Create New Build Definition Dialog

What I would expect to see (which is working on our existing TFS server) is something like this

Expected Create New Build Definition Dialog

If I click create, the dialog closes but no build definition gets created. My only guesses as to what is causing this are it's either a permissions issue or some sort of installation/configuration issue. Any help resolving this would be much appreciated.

Upvotes: 1

Views: 68

Answers (1)

Nemir
Nemir

Reputation: 293

Turns out the issue was related to IIS not having all HTTP verbs enabled (specifically DELETE and OPTIONS). Once these were added to the request filtering configuration, everything worked correctly.

Upvotes: 0

Related Questions