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?
To install MSBuild on a system that doesn't have Visual Studio, go to Build Tools for Visual Studio 2022 on the downloads page. Another way of getting MSBuild is to install the . NET SDK.
Use of the Build Tools require a valid Visual Studio license. If you can use the Visual Studio Community for free, you can also use the Build Tools with a valid free license.
To build a specific target of a specific project in a solution. At the command line, type MSBuild.exe <SolutionName>. sln , where <SolutionName> corresponds to the file name of the solution that contains the target that you want to execute.
NET Framework use MSBuild project files to describe and control the application build process. When you use Visual Studio to create an MSBuild project file, the appropriate XML is added to the file automatically.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With