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
声明
<FlagsAttribute> _
Public Enumeration BuildUpdate
[FlagsAttribute]
public enum BuildUpdate
[FlagsAttribute]
public enum class BuildUpdate
[<FlagsAttribute>]
type BuildUpdate
public enum BuildUpdate
Members
| Member name | Description | |
|---|---|---|
| None | No update. | |
| BuildNumber | Build number was updated. | |
| DropLocation | Drop location was updated. | |
| LabelName | Label name was updated. | |
| LogLocation | Log location was updated. | |
| Status | Status was updated. | |
| Quality | Quality was updated. | |
| CompilationStatus | Compilation status was updated. | |
| TestStatus | Test status was updated. | |
| KeepForever | Keep forever option was updated. | |
| SourceGetVersion | SourceGetVersion was updated. |