We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee7478 commit 086f82fCopy full SHA for 086f82f
src/dotnet-releaser/ReleaserApp.cs
@@ -72,6 +72,10 @@ public static async Task<int> Run(string[] args)
72
LogManager.Shutdown();
73
}
74
75
+ Console.WriteLine($"IsOutputRedirected={Console.IsOutputRedirected}");
76
+ Console.WriteLine($"TerminalName={Terminal.Capabilities.TerminalName}");
77
+ Console.WriteLine($"SupportsPrivateModes={Terminal.Capabilities.SupportsPrivateModes}");
78
+
79
var terminalWriter = new TerminalLogWriter();
80
LogManager.Initialize(new LogManagerConfig
81
{
0 commit comments