Fix build
This commit is contained in:
parent
df3c08b645
commit
659744d83d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
if (!string.IsNullOrEmpty(Logger))
|
||||
{
|
||||
return $"--logger:{Logger}";
|
||||
return $"--logger {Logger}";
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue