Skip to content
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

Removed scheduler debugger from MSBuildDebugEngine #10868

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

maridematte
Copy link
Contributor

Fixes #10639

Context

There was an internal ticket that seems to originate from the scheduler logger. The team uses the engine debugger variable to keep track of their builds. However, it seems that the scheduler logger does not always work as expected and it is turned on when using MSBuildDebugEngine. Since we think there isn't a lot of information that is necessary from scheduler logger, we are trying to disable it when using the MSBuildDebugEngine variable, and leaving it on when explicitly turned on.

Changes Made

Does not turn on scheduler debugger when using MSBuildDebugEngine

Testing

Copy link
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good
Please search and update the docs

src/Framework/Traits.cs Show resolved Hide resolved
src/Framework/Traits.cs Show resolved Hide resolved
@maridematte maridematte enabled auto-merge (squash) October 29, 2024 18:05
@maridematte maridematte merged commit ee511a9 into dotnet:main Oct 29, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reconsider scope of MSBuildDebugEngine
3 participants