This page contains reference information for the Visual Studio(sln) Build Runner that builds Microsoft Visual Studio 2005, 2008 and 2010 solution files.
General Build Runner Options
| Option |
Description |
| Solution file path |
Specify the path to the solution to be built relative to the Build Checkout Directory. For example:
 | Alternatively, click to choose the file using VCS repository browser (Currently VCS repository browser is only available for Git, Mercurial, Subversion and Perforce. ) |
|
| Working directory |
Specify the Build Working Directory. (optional) |
| Visual Studio |
Select the Visual Studio version: 2005, 2008, 2010. |
| Targets |
Specify the Microsoft Visual Studio targets specific for the previously selected Visual Studio version. The possible options are Build, Rebuild, Clean, Publish or a combination of these targets based on your needs. Multiple targets are space-separated. |
| Configuration |
Specify the name of Microsoft Visual Studio solution configuration to build (optional). |
| Platform |
Specify the platform for the solution. You can leave this field blank, and TeamCity will obtain this information from the solution settings (optional). |
| Command line parameters |
Specify additional command line parameters to be passed to the build runner. Instead of explicitly specifying these parameters, it is recommended to define them on the Build Parameters page. |