Skip to content

Commit db0c4cd

Browse files
authored
Merge pull request #628 from microsoft/main
Merge main to feature/polytype
2 parents 21b60d3 + d049cf0 commit db0c4cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"allowPrerelease": false
66
},
77
"msbuild-sdks": {
8-
"Microsoft.Build.NoTargets": "3.7.56"
8+
"Microsoft.Build.NoTargets": "3.7.134"
99
}
1010
}

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\."
21+
$testregex = "unittest|tests|\.test\.|samples"
2222

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

0 commit comments

Comments
 (0)