BuildCommonUtil.NoCICheckInComment Property

Gets the comment that should be included in the check-in comment to make sure that CI ignores the changeset

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property NoCICheckInComment As String
public static string NoCICheckInComment { get; }
public:
static property String^ NoCICheckInComment {
    String^ get ();
}
static member NoCICheckInComment : string with get
static function get NoCICheckInComment () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildCommonUtil Class

Microsoft.TeamFoundation.Build.Common Namespace