1 write to LogFileRoot
Microsoft.Build.Tasks.Core (1)
PrintLineDebuggerWriters.cs (1)
39this.LogFileRoot = logFileRoot;
2 references to LogFileRoot
Microsoft.Build.Tasks.Core (2)
PrintLineDebuggerWriters.cs (2)
27var file = Path.Combine(LogFileRoot, string.IsNullOrEmpty(id) ? "NoId" : id) + ".csv"; 32var errorFile = Path.Combine(LogFileRoot, $"LoggingException_{Guid.NewGuid()}");