I use PB 2019 with azuredevops.
I want to an automatic build with my code on GIT.
When i use pull my code of git on my computer and i run my script, all is ok.
But when i do it whit azuredevops on the build machine, i got this error :
PBORCA_SccRefreshTarget. Full Rebuild
(0005): Error C0113: Error reading object source entry: n_my_frame_menu_nettoyeur.srm
this is my script :
start session
scc set connect property localprojpath projectpath
scc set connect property logfile logPath
scc set connect property logappend false
scc set connect property deletetempfiles "true"
scc connect offline
scc set target targetpath "importonly"
scc refresh target full
scc refresh target "3pass"
scc close
end session
projectpath, logpath and targetpath are variable