Nuget builds by default uses verbose

When we run Nuget Pack build runner, it by default adds argument : -verbose

With the latest Nuget.exe versions – -verbose is replaced with –Verbosity option.

The build gives error of unrecognized command

Error: 

     Unknown Option: '-verbose'

 

what settings should be changed to replace verbose with verbosity

1

Please sign in to leave a comment.