Skip to content

Commit 363c973

Browse files
committed
Fix bin log switch
1 parent 385d03e commit 363c973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/cake/dotnet.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ void RunTestWithLocalDotNet(string csproj, string config, string pathDotnet = nu
952952
args.Append(loggerArg);
953953
}
954954

955-
args.Append($"-bl:{binlog}");
955+
args.Append($"/bl:{binlog}");
956956
if(maxCpuCount > 0)
957957
{
958958
args.Append($"-maxcpucount:{maxCpuCount}");

0 commit comments

Comments
 (0)