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 efefae6 commit f32ebd5Copy full SHA for f32ebd5
src/Microsoft.PowerShell.ConsoleGuiTools/ModuleLayout.psd1
@@ -2,15 +2,13 @@
2
RequiredBuildAssets = @{
3
'Microsoft.PowerShell.ConsoleGuiTools' = @(
4
'publish/Microsoft.PowerShell.ConsoleGuiTools.dll',
5
- 'publish/Microsoft.PowerShell.ConsoleGuiTools.pdb',
6
'publish/Microsoft.PowerShell.ConsoleGuiTools.psd1',
7
'publish/Terminal.Gui.dll',
8
'publish/NStack.dll'
9
)
10
11
'Microsoft.PowerShell.OutGridView.Models' = @(
12
'publish/Microsoft.PowerShell.OutGridView.Models.dll',
13
- 'publish/Microsoft.PowerShell.OutGridView.Models.pdb'
14
15
}
16
0 commit comments