IBuildAgent.GetExpandedBuildDirectory Method

Gets the build directory for the build agent with all variable expansions evaluated according to the given build definition.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Function GetExpandedBuildDirectory ( _
    buildDefinition As IBuildDefinition _
) As String
string GetExpandedBuildDirectory(
    IBuildDefinition buildDefinition
)
String^ GetExpandedBuildDirectory(
    IBuildDefinition^ buildDefinition
)
abstract GetExpandedBuildDirectory : 
        buildDefinition:IBuildDefinition -> string
function GetExpandedBuildDirectory(
    buildDefinition : IBuildDefinition
) : String

Parameters

Return Value

Type: System.String
The path of the build directory.

.NET Framework Security

See Also

Reference

IBuildAgent Interface

Microsoft.TeamFoundation.Build.Client Namespace