Skip to main content

Get-PSakeScriptTasks

This page was generated

Contributions are welcome in Psake-repo.

SYNOPSIS

Returns meta data about all the tasks defined in the provided psake script.

SYNTAX

__AllParameterSets

Get-PSakeScriptTasks [[-BuildFile] <string>] [<CommonParameters>]

DESCRIPTION

Returns meta data about all the tasks defined in the provided psake script.

EXAMPLES

EXAMPLE 1

Get-PSakeScriptTasks -BuildFile '.\build.ps1'

DependsOn Alias Name Description


{} Compile {} Clean {Test} Default {Clean, Compile} Test

Gets the psake tasks contained in the 'build.ps1' file.

PARAMETERS

-BuildFile

The path to the psake build script to read the tasks from.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

VERSION

This page was generated using comment-based help in Psake 5.0.3.