Skip to content

Commit b44d168

Browse files
committed
fix
1 parent 5245866 commit b44d168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/dotnet/commands/dotnet-test/MSBuildHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ private static bool IsBinaryLoggerEnabled(List<string> args, out string binLogFi
342342
}
343343
else
344344
{
345-
binLogFileName = $"msbuild_{Guid.NewGuid().ToString()}.binlog";
345+
binLogFileName = CliConstants.BinLogFileName;
346346
}
347347

348348
return true;

0 commit comments

Comments
 (0)