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

correct NuGet install verbosity parameter #1239

Merged
merged 1 commit into from
May 19, 2016
Merged

Conversation

eltjo-k
Copy link
Contributor

@eltjo-k eltjo-k commented May 13, 2016

When the verbosity option to the NuGet Install command is set to NugetInstallVerbosity.Quiet the following message is shown:

C:\...\tools\NuGet\nuget.exe install C:\...\packages.config -outputdirectory "./packages/" quiet -prerelease -nocache -nonInteractive -configFile "./tools/nuget/nuget.config"
install: invalid arguments.
usage: NuGet install packageId|pathToPackagesConfig [options]

The problem is that instead of the word quiet there should be written -verbosity quiet. This is corrected in this pull request. One of the following three options is now added to the NuGet Install command:

-verbosity detailed
-verbosity normal
-verbosity quiet

@forki
Copy link
Member

forki commented May 19, 2016

thanks for taking care of this!

@forki forki merged commit 66d6dd9 into fsprojects:master May 19, 2016
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.

2 participants