Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Identifies the type of build drop being used
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Enumeration DropType
public enum DropType
public enum class DropType
type DropType
public enum DropType
Members
| Member name | Description | |
|---|---|---|
| None | This build has no drop | |
| Server | Build drop stored in server (container) | |
| Unc | Build drop stored at UNC path | |
| Unknown | ||
| Uri | Build drop stored in a file URI | |
| VersionControl | Build drop stored in version control |