This documentation is archived and is not being maintained.
BuildUpdate Enumeration
Visual Studio 2013
Specifies the fields that should be updated for a build.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
| Member name | Description | |
|---|---|---|
| BuildNumber | The build number should be updated. | |
| CompilationStatus | The compilation status should be updated. | |
| DropLocation | The drop location should be updated. | |
| FinishTime | The finish time should be updated. This field should not be used. | |
| KeepForever | The keep forever flag should be updated. | |
| LabelName | The label name should be updated. | |
| LogLocation | The log location should be updated. | |
| None | No fields should be updated. | |
| Quality | The quality should be updated. | |
| SourceGetVersion | The source get version should be updated. | |
| Status | The status should be updated. | |
| TestStatus | The test status should be updated. |
Show: