Jakub Linhart

Results 5 comments of Jakub Linhart

@petli thanks. Source code is available on all build and test agents always on the same path. https://github.com/coverlet-coverage/coverlet/issues/1271 seems to be related to this issue. I will try to run...

@MarcoRossignoli thanks for your suggestion. I created a minimal example [project](https://github.com/JakubLinhart/coverlet-frombin). Diag log files are [here](https://github.com/JakubLinhart/coverlet-frombin/blob/main/logs/nocoverage/log.datacollector.22-02-07_23-58-34_80987_5.txt), [here](https://github.com/JakubLinhart/coverlet-frombin/blob/main/logs/nocoverage/log.host.22-02-07_23-58-35_14545_5.txt) and [here](https://github.com/JakubLinhart/coverlet-frombin/blob/main/logs/nocoverage/log.txt). I can't find anything interesting in these logs. It seems like...

It is missing in `ClassLibrary1` project but `ClassLibrary1.pdb` is still there in TestProject1: `TestProject1\bin\Debug\net6.0\ClassLibrary1.pdb`. So the question is why coverlet uses a pdb from class library project (`ClassLibrary1\obj\Debug\netstandard2.1\ClassLibrary1.pdb`) and an...

But to the question of why `TestProject1\bin\Debug\net6.0\ClassLibrary1.pdb` is missing: I don't want to copy `bin`/`obj` of all projects from build agent to integration test agents since they are huge (several...

Yes, publishing from a single build agent and then running tests on multiple test agents. I understand that PDB files are needed for the instrumentation. The PDB file is available...