Visual Studio 2008
Last modified: 20 April 2023This page contains reference information for the sln2008 Build Runner that builds Microsoft Visual Studio 2008 solution files.
tip
Note that sln2008 works the same as sln2005 only it uses MSBuild from .NET version 3.5
General settings
Option | Description |
---|---|
Build runner | Select sln2008 from the drop-down list. |
Specify the path to the solution to be built relative to the build checkout directory. For example: | |
Specify the build working directory. (optional) | |
Specify the Microsoft Visual Studio 2008-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 2008 solution configuration to build. | |
Specify the platform for the solution. You can leave this field blank, and TeamCity obtains this information from the solution settings. |
MSTest test runner settings
Run MSTests | Check the box to enable running MSTest Support tests. If the option is not checked only NUnit test runner will be used. |
Path to MSTest.exe | A path to |
MSTest assemblies | A list of assemblies to run MSTests on. Will be mapped to |
MSTest metadata | Enter a value for |
Testlist from metadata to run | Every line will be translated into /testlist:line argument. |
Test | Names of the tests to run. This option will be translated to the series of |
Results file | Enter a value for |
Additional commandline parameters | Enter an additional commandline parameters for |
Thanks for your feedback!