Skip to content

Commit

Permalink
Remove PDB files from module (#201)
Browse files Browse the repository at this point in the history
If desired, debug can be built locally.
  • Loading branch information
andyleejordan authored Jul 19, 2023
1 parent 456db6f commit 67f003b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Microsoft.PowerShell.ConsoleGuiTools/ModuleLayout.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
RequiredBuildAssets = @{
'Microsoft.PowerShell.ConsoleGuiTools' = @(
'publish/Microsoft.PowerShell.ConsoleGuiTools.dll',
'publish/Microsoft.PowerShell.ConsoleGuiTools.pdb',
'publish/Microsoft.PowerShell.ConsoleGuiTools.psd1',
'publish/Terminal.Gui.dll',
'publish/NStack.dll'
)

'Microsoft.PowerShell.OutGridView.Models' = @(
'publish/Microsoft.PowerShell.OutGridView.Models.dll',
'publish/Microsoft.PowerShell.OutGridView.Models.pdb'
'publish/Microsoft.PowerShell.OutGridView.Models.dll'
)
}

Expand Down

0 comments on commit 67f003b

Please sign in to comment.