Reputation: 293
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
What I would expect to see (which is working on our existing TFS server) is something like this
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
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