Hi,
I upgraded the project to PB 2019 R3.
I run a PowerShell script to create ORCA Script file, and call to build my project. Following is the command line call to build the project.
& orcascr190.exe $fileName | Out-File -FilePath $logPathFile
I tried to catch detail build log. But the log file only have ORCA script command. It does not have the detail build log. I purposely add a corrupt object to the project. The log file does not have any error. Does anybody know how to catch the build log?