Describes an update to the build.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration BuildUpdate
[FlagsAttribute]
public enum BuildUpdate
[FlagsAttribute]
public enum class BuildUpdate
[<FlagsAttribute>]
type BuildUpdate
public enum BuildUpdate
Members
| Member name | Description | |
|---|---|---|
| BuildNumber | Build number was updated. | |
| CompilationStatus | Compilation status was updated. | |
| DropLocation | Drop location was updated. | |
| KeepForever | Keep forever option was updated. | |
| LabelName | Label name was updated. | |
| LogLocation | Log location was updated. | |
| None | No update. | |
| Quality | Quality was updated. | |
| SourceGetVersion | SourceGetVersion was updated. | |
| Status | Status was updated. | |
| TestStatus | Test status was updated. |