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)
'Declaration
<BrowsableAttribute(True)> _
Public Property ToolPath As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> ToolPath { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ ToolPath {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member ToolPath : InArgument<string> with get, set
function get ToolPath () : InArgument<String>
function set ToolPath (value : InArgument<String>)
Type: System.Activities.InArgument<String>
The path to the directory that contains the version of MSTest.exe to run.
If no tool path is specified, Team Foundation Build automatically determines the path based on the data in the test lists or test containers.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace