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.
Creates a build detail record in the Team Foundation Server build database. Build information and other changes can be made to the returned IBuildDetail object.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function CreateManualBuild ( _
buildNumber As String, _
dropLocation As String _
) As IBuildDetail
IBuildDetail CreateManualBuild(
string buildNumber,
string dropLocation
)
IBuildDetail^ CreateManualBuild(
String^ buildNumber,
String^ dropLocation
)
abstract CreateManualBuild :
buildNumber:string *
dropLocation:string -> IBuildDetail
function CreateManualBuild(
buildNumber : String,
dropLocation : String
) : IBuildDetail
Parameters
- buildNumber
Type: System.String
Build number for the new build.
- dropLocation
Type: System.String
Location of the binary files created by the manual build.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetail
The new IBuildDetail object that now exists in the database.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.