JetBrains / teamcity-nuget-support

TeamCity NuGet support
Apache License 2.0
43 stars 11 forks source link

No ability to set the `verbose` #10

Open phillip-haydon opened 10 years ago

phillip-haydon commented 10 years ago

Also, the parameter has been changed from verbose to verbosity

Verbosity Display this amount of details in the output: normal, quiet, detailed.

Usage is like:

-verbosity quiet

Will fix the warning:

[17:01:24][pack] WARNING: Option 'Verbose' has been deprecated. Use 'Verbosity' instead.

And allow me to turn it off since I don't actually care what files were added to my package for dev builds.