We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa9d92 commit 5068362Copy full SHA for 5068362
Source/Public/Build-Module.ps1
@@ -221,7 +221,7 @@ function Build-Module {
221
$ParseResult = ConvertToAst $RootModule
222
$ParseResult | MoveUsingStatements -Encoding "$($ModuleInfo.Encoding)"
223
224
- if ($PublicFunctions -and -not $ModuleInfo.IgnoreAliasAttribute) {
+ if ($PublicFunctions -and -not $ModuleInfo.IgnoreAlias) {
225
if (($AliasesToExport = ($ParseResult | GetCommandAlias)[$PublicFunctions] | ForEach-Object { $_ } | Select-Object -Unique)) {
226
Update-Metadata -Path $OutputManifest -PropertyName AliasesToExport -Value $AliasesToExport
227
}
0 commit comments