提交 f4863a99 编写于 作者: J Jared Parsons

Include PDB in determinism testing

上级 5fbdbe8a
......@@ -51,7 +51,7 @@ function Get-ObjDir([string]$rootDir) {
# directory.
function Get-FilesToProcess([string]$rootDir) {
$objDir = Get-ObjDir $rootDir
foreach ($item in Get-ChildItem -re -in *.dll,*.exe $objDir) {
foreach ($item in Get-ChildItem -re -in *.dll,*.exe,*.pdb $objDir) {
$fileFullName = $item.FullName
$fileName = Split-Path -leaf $fileFullName
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册