Building VisualGDB projects with Team Foundation Server
This tutorial shows how to configure Team Foundation Server to automatically build VisualGDB projects. In this tutorial we will use 3 machines:
- A developer machine with Visual Studio and VisualGDB. It will be used to create projects and orchestrate builds (client).
- A machine running Team Foundation Server (server).
- A machine running the build agent that will be doing continuous integration builds. In this tutorial we will run the build agent on the same machine that runs Team Foundation Server (server).
We will begin the tutorial with installing and configuring Team Foundation Server, then show how to create a project from Visual Studio and put it under TFS and finally will demonstrate how to setup automatic builds.
