Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the elusive MSBuild Project File Creation Wizard in Visual Studio 2010?

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?

like image 361
Jacob Avatar asked May 20 '11 23:05

Jacob


People also ask

How do I get MSBuild command from Visual Studio?

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.

Does MSBuild require Visual Studio?

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.

How do I create a project using MSBuild command line?

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.

What is MSBuild project file?

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.


1 Answers

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.

like image 168
Jim Lamb Avatar answered Sep 20 '22 15:09

Jim Lamb