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 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! |
VisBuildCmd.exe writes to the console as the build progresses -- apparently Azure DevOps doesn't display a program's output until it completes? You could enable file logging in Visual Build -- is there a way to make DevOps not wait for the program to complete and then display the log file content as it gets appended?
|
Turns out I didn't have the correct account specified for my TFS build service. Once I switched to an account with interactive privileges, the logging began to appear in real-time. Thanks for your help!
|
All times are GMT -5. The time now is 07:01 PM. |
Copyright © 1999-2023 Kinook Software, Inc.