Skip to content

Commit df6b388

Browse files
authored
Merge pull request #1255 from microsoft/dev/andarno/fix_build_2.22
Classify UnreachableAssembly symbols as test symbol
2 parents 6b2434e + d6b9605 commit df6b388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Get-SymbolFiles.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Write-Progress -Activity $ActivityName -CurrentOperation "Discovery PDB files"
1818
$PDBs = Get-ChildItem -rec "$Path/*.pdb"
1919

2020
# Filter PDBs to product OR test related.
21-
$testregex = "unittest|tests|\.test\.|Benchmarks"
21+
$testregex = "unittest|tests|\.test\.|Benchmarks|UnreachableAssembly"
2222

2323
Write-Progress -Activity $ActivityName -CurrentOperation "De-duplicating symbols"
2424
$PDBsByHash = @{}

0 commit comments

Comments
 (0)