I am deploying my solution from DEV to TEST and have created environment variables in Dev for SharePoint site and list(which is the datasource). At the time of deployment, I updated the environment variables with list name created for TEST Environment, however after the deployment is done successfully without any errors, the TEST environment is still showing DEV list data and connections are also not updated to new list which I created for TEST environment.
The SharePoint site I am using is same for both the lists.
Please let me know how can I rectify this issue