View Single Post
  #1  
Old 11-14-2019, 12:58 PM
LrngToFly LrngToFly is online now
Registered User
 
Join Date: 08-20-2008
Posts: 7
Real-time log output to Microsoft TFS/Azure DevOps builds

Hi-

I have a legacy product that uses a lengthy Visual Build script. I am wanting to call this build script from a Microsoft TFS (now called Azure DevOps) build process. The TFS site won't display the output from calling visbuildcmd.exe /b <build script> /loglevel 3 until the entire script has completed- roughly a one hour long build.

I have tried calling visbuildcmd.exe from a .bat file, a .ps1 file and a "Command Line" "task" in my TFS build definition. All have the same issue.

Might anyone know of a trick that might let me view realtime log output from Visual Build?

Thanks!
Reply With Quote