-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for --disable-build-servers
to more MSBuild-driven commands
#31651
Comments
Can |
OK, I see How about |
Looks like Based on what I've investigated, I'm adding the option to both |
Is your feature request related to a problem? Please describe.
In .NET 7 we added the
--disable-build-servers
option to build, restore, and publish to make it easier for developers to have complete control over the use of build servers of all kinds in their builds. Some commands that are still driven by MSBuild are missing in that set, so we should add support to ensure that there is a consistent set of behaviors across all MSBuild-driven commands.Describe the solution you'd like
We should add the
--disable-build-servers
option to the following commands:The text was updated successfully, but these errors were encountered: