Hi
We successfully migrated our Powerbuilder 11.5 app source with SVN to Powerbuilder 2019 R3 source with Git.
We now want to go a step further and automate the Powerbuilder exe and pbd compilation.
We want to use pbc to compile the app, but before compiling we must make sur that the source in the pbl are up to date with the source files in ws_objects (for git).In the powerbuilder app, we just do a "Refresh" on the workspace and it is done, but is there a command for that with pbc or another that could run as a "command" that we can put as a step in our continuous integration platform (Teamcity) ?