VBCS - DEVCS GIT Workflow is not working as expected
Content
Hi,
Version: 18.4.1
Build Number: 3b79752de7920b5519c11402ffb8cea8f2652234 (2018-12-10 22:05:59)
Runtime Version: 18.4.1.7
JET runtime version: v5.2.2
I started describing the use of GIT in VBCS and encountered an interesting 'issue'. Here is what I do:
1) Create branch "develop" in DEVCS
2) Configure DEVCS credentials in VBCS
3) Link DEVCS repository in VBCS (pointing to branch "develop")
4) Pull from GIT in VBCS
5) Create branch "feature-1" from "develop" in DEVCS
6) Change link in VBCS to point to "feature-1"
7) Pull from GIT in VBCS
8) Change something in VBCS (for instance an app string in app-strings.json)
9) Push to GIT in VBCS (push is successful)