Leer en inglés

Compartir a través de


MSTest.ToolPath Property

Gets or sets the path to the directory that contains the version of MSTest.exe to run.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

[BrowsableAttribute(true)]
public InArgument<string> ToolPath { get; set; }

Property Value

Type: System.Activities.InArgument<String>
The path to the directory that contains the version of MSTest.exe to run.

Remarks

If no tool path is specified, Team Foundation Build automatically determines the path based on the data in the test lists or test containers.

.NET Framework Security

See Also

Reference

MSTest Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace