Add source link to MRTCore#1066
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Do we need to update any of the tasks in the YML file? |
don't think so. the source link is embedded in the pdb files. |
|
Just curious, this also works for native code? The docs seem to only mention .NET code. EDIT: Also, do we need to add |
doc has a section for "Using Source Link in C++ projects". Not sure about the command line parameter. I see the source link in the pdb files. Unfortunately current binary is not compatible due to namespace change, I cannot try by replacing binaries and debugging. |
|
Thanks Hui. FWIW, the docs here seem to imply that all you need to do is add the packages (which is what this PR does). Looking at the build log, I do see various So maybe this is all that is needed. :) |
No description provided.