Skip to content

Commit ae77096

Browse files
committed
Fix BOM
1 parent 076b81f commit ae77096

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tools/packaging/boms/windows.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -783,14 +783,6 @@
783783
"Pattern": "Microsoft.WSMan.Runtime.xml",
784784
"FileType": "NonProduct"
785785
},
786-
{
787-
"Pattern": "Modules/*.json",
788-
"FileType": "NonProduct"
789-
},
790-
{
791-
"Pattern": "Modules/*.sha256",
792-
"FileType": "NonProduct"
793-
},
794786
{
795787
"Pattern": "Modules/Microsoft.PowerShell.Archive/*.cat",
796788
"FileType": "NonProduct"
@@ -892,7 +884,15 @@
892884
"FileType": "NonProduct"
893885
},
894886
{
895-
"Pattern": "Modules\\PSReadLine\\_manifest\\spdx_2.2\\manifest.cat",
887+
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\Microsoft.PowerShell.PSResourceGet.pdb",
888+
"FileType": "NonProduct"
889+
},
890+
{
891+
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\PSResourceRepository.adml",
892+
"FileType": "NonProduct"
893+
},
894+
{
895+
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\PSResourceRepository.admx",
896896
"FileType": "NonProduct"
897897
},
898898
{
@@ -2591,10 +2591,6 @@
25912591
"Pattern": "System.Private.Uri.dll",
25922592
"FileType": "NonProduct"
25932593
},
2594-
{
2595-
"Pattern": "System.Private.Windows.Core.dll",
2596-
"FileType": "NonProduct"
2597-
},
25982594
{
25992595
"Pattern": "System.Private.Xml.dll",
26002596
"FileType": "NonProduct"
@@ -3431,6 +3427,10 @@
34313427
"Pattern": "Modules/PSDiagnostics/PSDiagnostics.psm1",
34323428
"FileType": "Product"
34333429
},
3430+
{
3431+
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\InstallPSResourceGetPolicyDefinitions.ps1",
3432+
"FileType": "Product"
3433+
},
34343434
{
34353435
"Pattern": "pwsh.dll",
34363436
"FileType": "Product"

0 commit comments

Comments
 (0)