This documentation is archived and is not being maintained.
IBuildDefinition::CreateManualBuild Method (String)
Visual Studio 2013
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)
Parameters
- buildNumber
- Type: System::String
Build number for the new build.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::IBuildDetailThe new IBuildDetail object that now is in the database.
- 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.
Show: