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 456db6f commit 67f003bCopy full SHA for 67f003b
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'
+ 'publish/Microsoft.PowerShell.OutGridView.Models.dll'
14
15
}
16
0 commit comments