< Back
Get-BuildInfo
Post
NAME Get-BuildInfo
SYNOPSIS
Get properties required to build the project.
SYNTAX
Get-BuildInfo [[-ModuleName] <String>] [[-ProjectRoot] <String>] [<CommonParameters>]
DESCRIPTION
Get the properties required to build the project, or elements of the project.
PARAMETERS
-ModuleName <String>
Required? false
Position? 1
Default value *
Accept pipeline input? false
Accept wildcard characters? false
-ProjectRoot <String>
Generate build information for the specified path.
Required? false
Position? 2
Default value $pwd.Path
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
Indented.BuildInfo
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BuildInfo
Get build information for the current or any child directories.
RELATED LINKS
SYNOPSIS
Get properties required to build the project.
SYNTAX
Get-BuildInfo [[-ModuleName] <String>] [[-ProjectRoot] <String>] [<CommonParameters>]
DESCRIPTION
Get the properties required to build the project, or elements of the project.
PARAMETERS
-ModuleName <String>
Required? false
Position? 1
Default value *
Accept pipeline input? false
Accept wildcard characters? false
-ProjectRoot <String>
Generate build information for the specified path.
Required? false
Position? 2
Default value $pwd.Path
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
Indented.BuildInfo
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-BuildInfo
Get build information for the current or any child directories.
RELATED LINKS