You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We unpack deploy full solution using SparkleXRM unpack.bat. We check in the unpacked solution components into local branch in Azure DevOps repository.
Then we create a patch on a solution. Patch contains single component (say a JS file) that was already there in original solution. Hence, it is there in local branch also.
We unpack patch and check in the same JS into local branch.
We expect that it will update the original JS file in repository. Rather it deletes all the components checked in earlier and newly checks in the single JS file alone.
Query - Is there a way in SparkleXRM to unpack the patch and check in the delta changes without deleting existing components?
The text was updated successfully, but these errors were encountered:
If you want to use patches to deploy an update, you can manage your full solution in source control, deploy to a build server and then export the patch from there - you would see all the changes in source control, but the patch would just be a vehicle for deployment.
We follow below steps:
Query - Is there a way in SparkleXRM to unpack the patch and check in the delta changes without deleting existing components?
The text was updated successfully, but these errors were encountered: