Skip to content

Commit dd08c82

Browse files
committed
Don't render the appPath for now
It's not obvious what it's useful for, so don't do it for CI builds.
1 parent 9f58f5d commit dd08c82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dotnet-tor/Program.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
}
3434

3535
var appPath = GetApplicationPath();
36-
36+
#if !CI
3737
AnsiConsole.MarkupLine($"[yellow]AppPath: {appPath}[/]");
38+
#endif
3839

3940
await new TorCommand(appPath).WithConfigurableDefaults("tor").InvokeAsync(args);
4041

0 commit comments

Comments
 (0)