dotnet-installer/test/Microsoft.DotNet.Tools.Tests.ComponentMocks
Peter Huene 7ebfdde749
Add verbosity option to install tool command.
This commit adds the `--verbosity` option to the `install tool` command.

MSBuild/NuGet output is now controllable by the user and defaults to being "quiet".

This enables users to see warnings from NuGet that otherwise would be swallowed
unless NuGet returned a non-zero exit code. As a byproduct of this change, the
exception handling and error messages related to obtaining tool packages was
retooled. We no longer display `install tool` command line help for installation
failures, as it should only be displayed for command line syntax errors.

Fixes #8465.
2018-01-31 15:19:34 -08:00
..
Properties Use rich mock to test InstallCommand (#8402) 2018-01-24 10:16:27 -08:00
EnvironmentPathInstructionMock.cs Use rich mock to test InstallCommand (#8402) 2018-01-24 10:16:27 -08:00
Microsoft.DotNet.Tools.Tests.ComponentMocks.csproj Use rich mock to test InstallCommand (#8402) 2018-01-24 10:16:27 -08:00
MockFeed.cs Use rich mock to test InstallCommand (#8402) 2018-01-24 10:16:27 -08:00
MockFeedPackage.cs Use rich mock to test InstallCommand (#8402) 2018-01-24 10:16:27 -08:00
MockFeedType.cs Use rich mock to test InstallCommand (#8402) 2018-01-24 10:16:27 -08:00
ShellShimMakerMock.cs replace string with FilePath (#8494) 2018-01-30 15:41:39 -08:00
ToolPackageObtainerMock.cs Add verbosity option to install tool command. 2018-01-31 15:19:34 -08:00