nightroman / Invoke-Build

Build Automation in PowerShell

Home Page:https://github.com/nightroman/Invoke-Build/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write-Build: render lines separately if ANSI.

nightroman opened this issue · comments

Write-Build should render lines separately if ANSI (PS 7.2+, $PSStyle.OutputRendering -eq 'Ansi'). Otherwise, in terminals like GitHub action logs only the first line is rendered as designed.