Hi all,
I'm trying to switch from orca pbcompiler to PBAutoBuild210.
I have builds on TeamCity.
What I'm doing now is.
I do refresh pbls from ws_objects (but update of vs objects from git is done by TeamCity) so I do only refresh a then build.
If i'm using PBAutoBuild210 it seems that it wil regenerate pbls (they are all modified during build).
But any change comes from GIT is not in pbls, nor in deployed applications.
When I open those pbls, objects are nod changed and changes are implemented after manual refresh in PB.
I have this in .json file:
"BuildPlan": {
"SourceControl": {
"PreCommand": "",
"SVN": [
{"SrcPath": "","User": "","Password": "","DestPath": "","Proxy": {"Ip": "","Port": 0,"Username": "","Password": ""}}
],
"Git": [
{"SrcPath": "","User": "","Password": "","DestPath": "","Proxy": {"Ip": "","Port": 0,"Username": "","Password": ""}}
],
"VSS": [
{"SrcPath": "","User": "","Password": "","DestPath": ""}
],
"Merging": [
{"Target": "","LocalProjectPath": "","RefreshPbl": true}
],
"PostCommand": ""
},
"BuildJob": {
"PreCommand": "",
"Projects": [
{"Target": "konzultace.pbt","Name": "konzultace_exe"}
],
"PostCommand": ""
}
}
Is there something how can I sove this or only solution is stick with orca/pbcompile?
Thank you Ales