Commit e8812e7
authored
Capture PDBs in
Repro for dotnet/roslyn#80952 was somewhat harder to obtain because we
don't pack PDBs into the repro package (they are not command line
arguments and the compiler looks for them next to the assembly).
This is a simple change to just look for .pdb files next to the files
we're packing.
Cc @dotnet/ilc-contrib--make-repro-path (#121163)1 parent b71517e commit e8812e7
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
314 | 315 | | |
| 316 | + | |
315 | 317 | | |
| 318 | + | |
316 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
317 | 330 | | |
318 | 331 | | |
319 | 332 | | |
| |||
0 commit comments