Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientEnumAttribute(ClientVisibility.Internal)> _
<FlagsAttribute> _
Public Enumeration BuildUpdate2010
[ClientEnumAttribute(ClientVisibility.Internal)]
[FlagsAttribute]
public enum BuildUpdate2010
[ClientEnumAttribute(ClientVisibility::Internal)]
[FlagsAttribute]
public enum class BuildUpdate2010
[<ClientEnumAttribute(ClientVisibility.Internal)>]
[<FlagsAttribute>]
type BuildUpdate2010
public enum BuildUpdate2010
Members
Member name | Description | |
---|---|---|
BuildNumber | The build number should be updated. | |
CompilationStatus | The compilation status should be updated. | |
ConfigurationFolderUri | Obsolete. The configuration folder URI 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. |
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace