< Back
Clear-PSBuildOutputFolder
Post
NAME Clear-PSBuildOutputFolder
SYNOPSIS
Clears module output directory.
SYNTAX
Clear-PSBuildOutputFolder [-Path] <String> [<CommonParameters>]
DESCRIPTION
Clears module output directory.
PARAMETERS
-Path <String>
Module output path to remove.
Required? true
Position? 1
Default value
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
-------------------------- EXAMPLE 1 --------------------------
PS>Clear-PSBuildOutputFolder -Path ./Output/MyModule/0.1.0
Removes the './Output/MyModule/0.1.0' directory.
RELATED LINKS
SYNOPSIS
Clears module output directory.
SYNTAX
Clear-PSBuildOutputFolder [-Path] <String> [<CommonParameters>]
DESCRIPTION
Clears module output directory.
PARAMETERS
-Path <String>
Module output path to remove.
Required? true
Position? 1
Default value
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
-------------------------- EXAMPLE 1 --------------------------
PS>Clear-PSBuildOutputFolder -Path ./Output/MyModule/0.1.0
Removes the './Output/MyModule/0.1.0' directory.
RELATED LINKS