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 d8d6736 commit 7c0aa18Copy full SHA for 7c0aa18
‎scripts/helpers/Build/Build-PSModuleRootModule.ps1
@@ -130,7 +130,7 @@ $MyInvocation.MyCommand.ScriptBlock.Module.OnRemove = {
130
$exports.Add('Function', (Get-PSModuleFunctionsToExport -SourceFolderPath $ModuleOutputFolder))
131
$exports.Add('Variable', (Get-PSModuleVariablesToExport -SourceFolderPath $ModuleOutputFolder))
132
133
- Write-Host ($exports | Out-String)
+ [pscustomobject]$exports | Format-List | Out-String
134
#endregion - Analyze source files
135
136
#region - Module header
0 commit comments