Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column width inside Azure DevOps pipeline #54

Open
Tasteful opened this issue Dec 2, 2024 · 0 comments · May be fixed by #55
Open

Column width inside Azure DevOps pipeline #54

Tasteful opened this issue Dec 2, 2024 · 0 comments · May be fixed by #55
Labels
bug Something isn't working

Comments

@Tasteful
Copy link

Tasteful commented Dec 2, 2024

Describe the Bug

When running inside the Azure DevOps build pipeline the terminal width is not set and Spectre.Console is defaulting to 80 characters width.

Expected Behavior

I expect no additional line breaks when running in the build pipeline.

Version Info

0.6.3

Additional Info

Regarding to issues and discuss for Spectre Console it exists 2 options to use

  1. Setting the AnsiConsole.Profile.Width = int.MaxValue; before executing
  2. Instead of sending the message directly to System.Console

Based on that the line during CI builds are escape markup I suggest to write directly to System.Console

Back this issue
Back this issue

@Tasteful Tasteful added the bug Something isn't working label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant