Set console-logger output to normal
This commit is contained in:
parent
44100209bc
commit
67142bfd5d
4 changed files with 7 additions and 6 deletions
|
@ -19,6 +19,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
{
|
||||
protected const string DefaultFramework = "netcoreapp1.0";
|
||||
protected const string DefaultLibraryFramework = "netstandard1.5";
|
||||
protected const string ConsoleLoggerOutputNormal = "--logger:console;verbosity=normal";
|
||||
private TempRoot _temp;
|
||||
private static TestAssetsManager s_testsAssetsMgr;
|
||||
private static TestAssets s_testAssets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue