remove colon from logger option
This commit is contained in:
parent
5bfd610407
commit
0dc3661ed1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +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";
|
||||
protected const string ConsoleLoggerOutputNormal = "--logger console;verbosity=normal";
|
||||
private TempRoot _temp;
|
||||
private static TestAssets s_testAssets;
|
||||
|
||||
|
|
Loading…
Reference in a new issue