We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eecb0b commit e016f01Copy full SHA for e016f01
LibGit2Sharp.Tests/TestHelpers/Constants.cs
@@ -50,6 +50,7 @@ public static string BuildPath()
50
{
51
// We're running on Mono/*nix. Let's unwrap the path
52
tempPath = UnwrapUnixTempPath();
53
+ Trace.TraceInformation("Running on Unix, tempPath: '{0}'", tempPath);
54
}
55
else
56
0 commit comments