Build runner | Select Visual Studio(sln) from the drop-down list. |
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: 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 6.Properties and Environment Variables page. |
Reduce test failure feedback time | Use following option to instruct TeamCity to run some tests before others. This feature is available only if TeamCity NUnit Test Launcher is used to run NUnit tests. |