-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build pipeline should index sources and publish symbols #204
Comments
A useful first step here is to provide SNUPKG support for all the supporting SDK packages. This mechanism provides for both PDBs and source publishing. The SARIF VSIX binary PDB itself will need to go through the legacy symbol server publishing mechanism. You are probably aware that the task is named 'index sources and publish symbols'. |
|
Larry and Gabe working on this today |
|
@mpande98 @lgolding @GabeDeBacker , what project should we enable the symbols? |
Add an "Index sources and publish symbols" task to the SARIF VSIX Build pipeline. This will enable us to debug Watson crashes in Visual Studio.
Symbol publishing allows Visual Studio to automatically locate the pdbs for the failing build during crash analysis. Source indexing allows VS to view the sources during crash analysis.
@michaelcfanning FYI, requested by @GabeDeBacker
The text was updated successfully, but these errors were encountered: