Dear all,
I'm facing an issue, on PB 2021, I'm using the autobuild.exe with the JSON, from the application side, I have depend applications that share PBLs, mean that there is one main application and the others have few dedicate PBLs of thier own and all the other PBLs are common between the main and other applications.
I'm try to do the merge process to the dependent application and on the JSON of , I have only few PBLs, but the process try to merge all PBLs, even PBLs that are not mentioned on the JSON
Details:
Main application have 20 PBLS
Side application have two dedicate PBLs to the side application and use the 20 PBLs, as services, from the main application, on the merging process, even if the JSON have only two PBLs, it merge the other 20 as well, how can i avoid it?
Many thanks