VSTest Step
Deprecated
Deprecated, was previously used to set up a build step for running Visual Studio tests.
Replace with
DotnetVsTestStep
Deprecated, was previously used to set up a build step for running Visual Studio tests. Use the .NET VSTest runner instead. See this link for more information on migrating to the .NET VSTest runner.
See also
Types
Properties
Optional collection of build step execution conditions
Newline-separated list of assemblies to be excluded from test run. Wildcards are supported.
Build step execution mode
Newline-separated list of assemblies to be included in test run. Wildcards are supported.
Whether TeamCity should use a custom test logger for real-time reporting.
Whether TeamCity should run tests in an isolated process
A path to run settings configuration file
Target .NET Framework version to be used for test execution
A regular expression selecting tests to run. Cannot be used together with testNames.
A path to test engine. TeamCity detects test engine installation on the agent, to run the detected engine use the following paths:
Functions
Deletes all configured build step conditions
Configures build step conditions
Copies parameters of this object to the specified target
Validates this object and reports found errors to the provided consumer