Skip to content

Commit

Permalink
Bucket benchmarks among test symbols
Browse files Browse the repository at this point in the history
This should keep it off the radar of the compliance check that we sign all shipping binaries.
  • Loading branch information
AArnott committed Jun 24, 2024
1 parent 6c5aaed commit e0dabef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/Get-SymbolFiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Write-Progress -Activity $ActivityName -CurrentOperation "Discovery PDB files"
$PDBs = Get-ChildItem -rec "$Path/*.pdb"

# Filter PDBs to product OR test related.
$testregex = "unittest|tests|\.test\."
$testregex = "unittest|tests|\.test\.|Benchmarks"

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

0 comments on commit e0dabef

Please sign in to comment.