BuildType Property

MSBuild

Gets or sets the method used to generate a Build number


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property BuildType As String
C#
public string BuildType { get; set; }
C++
public property string BuildType sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_BuildType();

/** property */
public void set_BuildType(string value);
JScript
public function get BuildType() : String

public function set BuildType(value : String);

Remarks

If value is not provided, None is assumed. The Build number is set according to the following table:

BuildTypeDescription
NoneThe number is not modified.
AutomaticThe number of days since StartDate.
IncrementIncreases the previous Build value by 1.

See Also

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