Properties

MSBuild

Public Properties

  Name Description
Public property Assemblies Gets or sets the assemblies.
Public property BuildEngine Gets or sets the instance of the IBuildEngine object used by the task. (inherited from Task)
Public property DisableShadowCopy Determines whether assemblies are copied to a shadow folder during testing.
Public property ErrorOutputFile The file to receive test error details.
Public property ExcludeCategory Gets or sets the categories to exclude.
Public property ExitCode Gets the returned exit code of the executable file. (inherited from ToolTask)
Public property Fixture Gets or sets the fixture.
Public property HostObject Gets or sets the host object associated with the task. (inherited from Task)
Public property IncludeCategory Gets or sets the categories to include.
Public property Log Gets an instance of a TaskLoggingHelper class containing task logging methods. (inherited from Task)
Public property OutputXmlFile Gets or sets the output XML file.
Public property ProjectConfiguration The project configuration to run.
Public property TestInNewThread Allows tests to be run in a new thread, allowing you to take advantage of ApartmentState and ThreadPriority settings in the config file.
Public property Timeout Gets or sets the amount of time after which the task executable is terminated. (inherited from ToolTask)
Public property ToolPath Gets or sets the path of the executable file to run. (inherited from ToolTask)
Public property WorkingDirectory Gets or sets the working directory.
Public property XsltTransformFile Gets or sets the XSLT transform file.
Top

Protected Properties

  Name Description
Family property EnvironmentOverride Gets the override value of the PATH environment variable. (inherited from ToolTask)
Family property HelpKeywordPrefix Gets or sets the prefix used to compose Help keywords from resource names. (inherited from Task)
Family property ResponseFileEncoding Gets the Encoding of the response file. (inherited from ToolTask)
Family property StandardErrorEncoding Gets the Encoding of the standard error stream of the task. (inherited from ToolTask)
Family property StandardErrorLoggingImportance Gets the MessageImportance with which to log errors. (inherited from ToolTask)
Family property StandardOutputEncoding Gets the Encoding of the standard output stream of the task. (inherited from ToolTask)
Family property StandardOutputLoggingImportance Overidden. Gets the MessageImportance with which to log errors.
Family property TaskResources Gets or sets the culture-specific resources associated with the task. (inherited from Task)
Family property ToolName Overidden. Gets the name of the executable file to run.
Top

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.