Hi,
We used to use TFS as source control and PowerGen to build project. We plan to move the code to Azure Devops with Git repository. I wrote ORCA script to build the project. After I merge code from one branch to another, the PBL file is not merged, but the file under ws_objects folder merged. In the PowerBuilder IDE I can use "Refresh" from Menu to update PBL so that it will be in sync with the file. But if I use PowerShell script to do automatic build, how do I call "Refresh" in the script so that PBL will have changed code in it? The ORCA script use PBL to create PBD file.
Regards
Haihong