BaseRemoteCodeActivity Properties
From TFS Build Extensions
| TFS Build Extensions Help (v1.0.0.6) |
| BaseRemoteCodeActivity Properties |
| BaseRemoteCodeActivity Class See Also Send Feedback |
The BaseRemoteCodeActivity type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AuthenticationLevel |
Sets the authentication level to be used to connect to WMI. Default is Default. Also supports: Call, Connect, None, Packet, PacketIntegrity, PacketPrivacy, Unchanged
| |
| Authority |
Sets the authority to be used to authenticate the specified user.
| |
| FailBuildOnError |
Set to true to fail the build if the activity logs any errors. Default is false
| |
| IgnoreExceptions |
Set to true to ignore any unhandled exceptions thrown by activities. Default is false
| |
| LogExceptionStack |
Set to true to log the entire stack in the event of an exception. Default is false
| |
| MachineName |
Sets the MachineName. Defaults to Environment.MachineName
| |
| TreatWarningsAsErrors |
Set to true to fail the build if the activity logs any errors. Default is false
| |
| UserName |
Sets the UserName
| |
| UserPassword |
Sets the UserPassword.
|