Migrate changes from DEV Instance to TEST using VBS
Summary:
We have two non-prod instances - DEV8 and TEST.
Currently, we have made some changes in Dev8 which are related to AI Assist in Connections, some fields display, default fields, etc. These changes are published to Dev8 environment.
We want to do deploy the changes from Dev8 to TEST. For this, I have created a pipeline, 1 package job and 1 deploy job. I was successfully able to deploy these changes to TEST using the jobs. But it resulted in overriding the existing changes which were made in TEST already using some other Project. Then I had to create another job to delete the last deployed extension from TEST.