-
Notifications
You must be signed in to change notification settings - Fork 100
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
Enable source link and bump compiler and language standard version #323
Enable source link and bump compiler and language standard version #323
Conversation
@tydunkel what's wrong with the pipeline that it's not running? I remember there were some changes. The pipeline yaml here might be waiting on the wrong build. |
Permissions changed recently globally within DevDiv that blocks building by default now. I'm not sure if I am a collaborator or not, but I'll try to trigger it |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
update docker compose version bump in test proj temporary branch to test the cpp version bump
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
What?
Enable source link and bump compiler version to v143 and language standard version to C++ 17 (to resolve source link path capital letters). Also deleted usage of deprecated functions or replaced the function.
Why?
Allow debugger to download underlying source files if needed
How?
Add source link package reference to config and vcxproj file
Testing?