When running a build step that takes some time and outputs a lot of stdout/stderr, the Show Links In Log advanced option will prevent the live viewing of the step log.
If the option is on, you can reproduce it with a trivial loop powershell or batch command. I used this batch step:
@echo off
for /L %%i in (1,1,400000) do (
echo Error: akjhdsfliuarjfghiruhkjhdfiuretiurytvkjhviuirutjfvsiruskfgh9384579t5iuerth9578ythgkfiu934iurehgiusdhg
)
Description
When running a build step that takes some time and outputs a lot of stdout/stderr, the Show Links In Log advanced option will prevent the live viewing of the step log.
If the option is on, you can reproduce it with a trivial loop powershell or batch command. I used this batch step:
@echo off
for /L %%i in (1,1,400000) do (
echo Error: akjhdsfliuarjfghiruhkjhdfiuretiurytvkjhviuirutjfvsiruskfgh9384579t5iuerth9578ythgkfiu934iurehgiusdhg
)