Skip to content

Make --interactive not require boosting MSBuild logger verbosity to minimal from quiet #47602

Open
@baronfel

Description

@baronfel

Is your feature request related to a problem? Please describe.

In run we force override the verbosity of the MSBuild logger used for implicit build from quiet to minimal so that outputs from NuGet related to authentication will be shown. This leads to chattier builds when --interactive is enabled - which is now quite often.

Describe the solution you'd like

Instead, MSBuild should be able to write auth-related messages at any verbosity, and we should keep quiet for implicit run builds in the SDK.

Metadata

Metadata

Assignees

Labels

Area-CLIcli-uxIssues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)untriagedRequest triage from a team member

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions