< Back
Get-BuildTask
Post
NAME Get-BuildTask
SYNOPSIS
Get build tasks.
SYNTAX
Get-BuildTask [-BuildInfo] <PSObject> [-Name <String>] [<CommonParameters>]
Get-BuildTask [-Name <String>] -ListAvailable [<CommonParameters>]
DESCRIPTION
Get the build tasks deemed to be applicable to this build.
If the ListAvailable parameter is supplied, all available tasks will be returned.
PARAMETERS
-BuildInfo <PSObject>
A build information object used to determine which tasks will apply to the current build.
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Name <String>
Filter tasks by task name.
Required? false
Position? named
Default value *
Accept pipeline input? false
Accept wildcard characters? false
-ListAvailable [<SwitchParameter>]
List all available tasks, irrespective of conditions applied to the task.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
BuildTask
RELATED LINKS
SYNOPSIS
Get build tasks.
SYNTAX
Get-BuildTask [-BuildInfo] <PSObject> [-Name <String>] [<CommonParameters>]
Get-BuildTask [-Name <String>] -ListAvailable [<CommonParameters>]
DESCRIPTION
Get the build tasks deemed to be applicable to this build.
If the ListAvailable parameter is supplied, all available tasks will be returned.
PARAMETERS
-BuildInfo <PSObject>
A build information object used to determine which tasks will apply to the current build.
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Name <String>
Filter tasks by task name.
Required? false
Position? named
Default value *
Accept pipeline input? false
Accept wildcard characters? false
-ListAvailable [<SwitchParameter>]
List all available tasks, irrespective of conditions applied to the task.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
BuildTask
RELATED LINKS