dotnet-installer/src
Peter Huene 1feaa0385a
Fix incorrect default VSTest verbosity level.
Commit 10289504a8 changed the default verbosity
option used for MSBuild from `-v:quiet` to `-verbosity:quiet`.  This triggered a
match that was being done against arguments starting with `-verbosity` to
forward the value to VSTest via the `VSTestVerbosity` property.  The result is
that VSTest is using a default verbosity of `quiet`, suppressing error output
that users expect to see.

The fix is to change the check to only match against user-supplied options.
The default level the command uses for MSBuild is not forwarded to VSTest.

Fixes #9229.
2018-05-11 20:03:24 -07:00
..
dotnet Fix incorrect default VSTest verbosity level. 2018-05-11 20:03:24 -07:00
Microsoft.DotNet.Cli.Sln.Internal Fix project type GUIDs when adding projects to solution files. 2018-03-22 21:32:39 -07:00
Microsoft.DotNet.Cli.Utils Merge remote-tracking branch 'dotnet/release/2.1.2xx' into merges/release/2.1.2xx-to-release/2.1.3xx 2018-05-03 15:24:39 -07:00
Microsoft.DotNet.Configurer Fix adding tools directory to PATH for native installers. 2018-05-07 16:35:29 -07:00
Microsoft.DotNet.InternalAbstractions consume bring your own shim(byos) (#9018) 2018-04-10 15:42:50 -07:00
Microsoft.DotNet.MSBuildSdkResolver Removing some patches for source build. 2018-05-02 11:59:01 -07:00
redist Removing some patches for source build. 2018-05-02 11:59:01 -07:00
tool_fsharp Merge branch 'release/2.1.1xx' into merge_release_211xx 2018-02-07 12:30:22 -08:00
tool_msbuild Updating the msbuild version for Microsoft.Build.Runtime. 2017-12-07 13:13:43 -08:00
tool_nuget Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00