We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the possibility of setting the Verbosity flag for NuGet restore command.
Verbosity
nuget help restore ... -Verbosity Display this amount of details in the output: normal, quiet, detailed.
Please provide the steps required to reproduce the problem
RestoreMSSolutionPackages
I can choose the verbosity level with a Verbosity parameter in the FAKE command.
NuGet always returns a lot of spam into console.
Anyone?
The text was updated successfully, but these errors were encountered:
Hey @matthid, I can try my hand at this one if no one's taken it yet
Sorry, something went wrong.
@vanceism7 Yes feel free to send a PR :) Thanks.
Merge pull request #1904 from vanceism7/NugetRestoreVerbosity
524cf86
PR for #1824 -- Nuget restore verbosity
Will be fixed with RC011
No branches or pull requests
Description
Add the possibility of setting the
Verbosity
flag for NuGet restore command.Repro steps
Please provide the steps required to reproduce the problem
RestoreMSSolutionPackages
command.Expected behavior
I can choose the verbosity level with a
Verbosity
parameter in the FAKE command.Actual behavior
NuGet always returns a lot of spam into console.
Known workarounds
Anyone?
The text was updated successfully, but these errors were encountered: