This documentation is archived and is not being maintained.
IBuildServer::CreateProcessTemplate Method
Visual Studio 2013
Creates a new build process template, which will be used by build definitions.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- teamProject
- Type: System::String
The Team Project for which a process template is created.
- serverPath
- Type: System::String
The version control path of the build process XAML file.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::IProcessTemplateThe new build process template.
- 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: