Visual Studio 2005
Last modified: 20 April 2023sln2005
This page contains reference information for sln2005 Build Runner that allows to build Microsoft Visual Studio 2005 solution files.
Option | Description |
---|---|
Build runner | Select sln2005 from the combobox. |
Specify the path to the solution to be built relative to the Basic Concepts. Example: | |
Specify Basic Conceptsas a comma-separated string. | |
Specify Microsoft Visual Studio 2005-specific targets. The possible options are Build, Rebuild, Clean, Publish or a combination of these targets based on your needs. Multiple targets are space-separated. | |
Specify the name of MS VS 2005 solution configuration to build. | |
Specify platform for solution. You can leave this field blank, and TeamCity obtains this information from the solution settings. | |
Specify .Net assemblies, where the NUnit tests to be run are stored. Multiple entries are comma-separated; usage of MSBuild wildcards is enabled. In the following example, TeamCity will search for the tests assemblies in all project directories and run these tests.
| |
Specify .Net assemblies that should excluded from the list of found assemblies to test. Multiple entries are comma-separated; usage of MSBuild wildcards is enabled. In the following example, TeamCity will omit tests specified in this directory.
| |
Specify the Basic Concepts. |
Thanks for your feedback!