Skip to content

Commit 67f003b

Browse files
Remove PDB files from module (#201)
If desired, debug can be built locally.
1 parent 456db6f commit 67f003b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Microsoft.PowerShell.ConsoleGuiTools/ModuleLayout.psd1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
RequiredBuildAssets = @{
33
'Microsoft.PowerShell.ConsoleGuiTools' = @(
44
'publish/Microsoft.PowerShell.ConsoleGuiTools.dll',
5-
'publish/Microsoft.PowerShell.ConsoleGuiTools.pdb',
65
'publish/Microsoft.PowerShell.ConsoleGuiTools.psd1',
76
'publish/Terminal.Gui.dll',
87
'publish/NStack.dll'
98
)
109

1110
'Microsoft.PowerShell.OutGridView.Models' = @(
12-
'publish/Microsoft.PowerShell.OutGridView.Models.dll',
13-
'publish/Microsoft.PowerShell.OutGridView.Models.pdb'
11+
'publish/Microsoft.PowerShell.OutGridView.Models.dll'
1412
)
1513
}
1614

0 commit comments

Comments
 (0)