Search code examples
visual-studio-2012build-server

Visual Studio 2012 Build Process Template Dropdown does not populate


My issue is that I cannot select a build process template after migrating to TFS/VS2012. I managed to google and find one article which suggest the same problem here, Possible Bug

Any ideas how I can get the dropdown to load the Build Process Templates or why they may not be getting loaded?

Also, I am able to click New->Copy Template, and copy successfully, but it never populates the dropdown list after accepting.

Possibly the same issue


Solution

  • I recently ran into the same problem but not related to upgrading the server. We were not able to see build process templates when trying to add a new build definition. We are in TFS 2012. This team project also appeared not to have any build definitions. That was expected though because we had not yet used the TFS builds on this team project.

    The problem was caused by someone with admin rights setting the "View build definition" and the "View Builds" access rights to Deny for everyone.

    By just setting that back to allow on the TFS group, we suddenly could see the build definitions and also were able to select build process templates.

    It was really strange that it let us add new build process templates, but we couldn't select them.