Open
Description
Describe the bug
dotnet tool restore --verbosity x
has no effect on verbosity.
To Reproduce
quiet
$ dotnet tool restore --verbosity quiet
Tool 'cake.tool' (version '2.2.0') was restored. Available commands: dotnet-cake
Restore was successful.
minimal
$ dotnet tool restore --verbosity minimal
Tool 'cake.tool' (version '2.2.0') was restored. Available commands: dotnet-cake
Restore was successful.
normal
$ dotnet tool restore --verbosity normal
Tool 'cake.tool' (version '2.2.0') was restored. Available commands: dotnet-cake
Restore was successful.
...same for detailed
and diagnostic
.
Exceptions (if any)
no
Further technical details
dotnet 6.0.400
linux