Our company needs to generate OpenCover report for all the open source products we are using. One of them is Roslyn compiler. I'm not very good at either Roslyn or OpenCover, but as far as I understand, I need pdb files to generate cover report. The problem is that, the build steps documented here doesn't generate pdb files, even though default build type is set to Debug. So my question is, how do I force pdb file genereration when building Roslyn?
Thanks