We are on PB 2019 2703 version, source code is AzDO and using for ORCA for build. As part of the build , we use AzDo agent to download the application files to build server and call ORCA for build. There are instances where ORCA neither reporting any issue with the app files nor generating the executable. If we run manually run the ORCA command, it produces the executable successfully on each run.
We never had this issue when use TFS agent and this is happening only when we use AzDO agent and ORCA.
What could be issue, need advice.
Thank You
In PB 2019 R3, you have that utility's predecessor called the PBC (PB Compiler). However, it does not interact with any SCC software. Whereas the PBAutoBuild (which replaces the PBC) does have SCC support. Thus the newer compiler can also replace ORCA as well. So you would need to upgrade to PB 2021 and/or 2022 to get that new external compiler.
Regards ... Chris