Fix build

This commit is contained in:
Piotr Puszkiewicz 2017-03-10 14:00:26 -08:00
parent df3c08b645
commit 659744d83d

View file

@ -37,7 +37,7 @@ namespace Microsoft.DotNet.Cli.Build
{ {
if (!string.IsNullOrEmpty(Logger)) if (!string.IsNullOrEmpty(Logger))
{ {
return $"--logger:{Logger}"; return $"--logger {Logger}";
} }
return null; return null;