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

Add Verbosity setting for NuGet restore #1824

Closed
walliski opened this issue Mar 20, 2018 · 3 comments
Closed

Add Verbosity setting for NuGet restore #1824

walliski opened this issue Mar 20, 2018 · 3 comments

Comments

@walliski
Copy link
Contributor

Description

Add the possibility of setting the Verbosity flag for NuGet restore command.

nuget help restore
...
 -Verbosity            Display this amount of details in the output: normal, quiet, detailed.

Repro steps

Please provide the steps required to reproduce the problem

  1. Restore NuGet packages using 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?

@vanceism7
Copy link
Contributor

Hey @matthid, I can try my hand at this one if no one's taken it yet

@matthid
Copy link
Member

matthid commented Apr 28, 2018

@vanceism7 Yes feel free to send a PR :) Thanks.

matthid added a commit that referenced this issue May 4, 2018
@matthid
Copy link
Member

matthid commented May 6, 2018

Will be fixed with RC011

@matthid matthid closed this as completed May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants