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
buildDefinition
Type: Microsoft.TeamFoundation.Build.Client.IBuildDefinitionIBuildDefinition. Specifies the build definition for which the build directory is returned.
Return Value
Type: System.String
The path of the build directory.
.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.