Commit e0d2614
authored
[build] Revert BinSkim analyzeTargetGlob customization (#10964)
Revert the `analyzeTargetGlob` customization added in PRs #10940, #10953, and #10961.
The custom glob patterns caused more problems than they solved:
- `+|bin\Build*\**` — Guardian can't parse `+|` prefix (#10953)
- `bin\Build*\**` — breaks the 'Convert NuGet to MSI' job which has no `bin\Build*\` directory (#10961)
- `bin\Build*\**;bin\msi-nupkgs\**` — Guardian can't parse semicolons, breaks every job
Remove `analyzeTargetGlob` entirely and keep only `scanOutputDirectoryOnly: true`, which is the default configuration that worked before #10940.1 parent 0f6a01b commit e0d2614
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 63 | | |
70 | 64 | | |
71 | 65 | | |
| |||
0 commit comments