I’d like to create a TFS build project without having to learn how to manually create TFS build project files. Are there any wizards in Visual Studio 2010 to do so?
According to the Visual Studio 2008 documentation, there’s a “MSBuild Project File Creation Wizard” that you can launch. And according to the Visual Studio 2010 documentation, there should be a “Process” tab where you can specify which projects you want to build. I don’t see either option in Visual Studio 2010, either a wizard I can run or a “Process” tab in a build definition. The only tabs present for me are:
General Trigger Workspace Build Defaults Project File Retention Policy
Why am I not seeing basic support for creating TFS build projects? Are there any workarounds for me?
Looks like you’re connected to a TFS 2008 server from VS 2010. You’ll need to be connected to TFS 2010 in order to see the “Process” tab. And, correspondingly, you’ll need to use VS 2008 to see the MSBuile Project File Creation Wizard against your TFS 2008 server.
Another option is to install Team Explorer 2008. That’s a free download you can use to edit build definitions on TFS 2008 servers (among other things, of course). I’d also recommend installing TFS 2008 SP1 after installing Team Explorer 2008.