Visual Studio (sln)
This page contains reference information for the Visual Studio (sln) Build Runner that builds Microsoft Visual Studio 2005-2015, and since TeamCity 10.0.4, Microsoft Visual Studio 2017 solution files. To build Microsoft Visual Studio 2003 solution files, use the Visual Studio 2003 runner.
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: vs-addin\addin\addin.sln
|
Working directory | Specify the Build Working Directory. (optional) |
Visual Studio | Select the Visual Studio version. |
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 Configuring Build Parameters page. |