TestToolsTask.PublishBuild Property
Builds identifier against which test results should be published. This was replaced with BuildUri. It is left here for backward compatibility.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public Property PublishBuild As String
public string PublishBuild { get; set; }
public:
property String^ PublishBuild {
String^ get ();
void set (String^ value);
}
member PublishBuild : string with get, set
function get PublishBuild () : String
function set PublishBuild (value : String)
Property Value
Type: System.String
Returns String.
.NET Framework Security
- 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.