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 behavior to use when it determines the version of sources to download.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Enumeration GetOption
public enum GetOption
public enum class GetOption
type GetOption
public enum GetOption
Members
Member name | Description | |
---|---|---|
Custom | A user-specified version has been supplied. | |
LatestOnBuild | Use the latest changeset at the time the build is started. | |
LatestOnQueue | Use the latest changeset at the time the build is queued. |