dyn365-ce-vsts-tasks icon indicating copy to clipboard operation
dyn365-ce-vsts-tasks copied to clipboard

Copy Solution Components task includes full components

Open ericregnier opened this issue 3 years ago • 2 comments

Context

Copy Solution Components task includes full components when form sub-component is in the source solution.

Repro steps:

  1. Create source solution containing only a entity/table form
  2. Create a target blank solution
  3. In an Azure DevOps pipeline, run with task Copy Solution Components to copy the components (i.e. form) to the target blank solution

Expected Results:

Only form from the source solution is copied to target solution

Actual Results:

The full table is added to the target solution

ericregnier avatar Jun 06 '21 07:06 ericregnier

I am using version 12 and still have this problem. I am merging multiple solutions to one bit solution and for some reason some entities only have one form but newly generated entities (different solution) contain all the fileds and forms and views. any idea whats going on here?

nikichi avatar Oct 19 '22 09:10 nikichi

I found the problem for my case, if you add entity in another solution then it ignores the entity from the current solution and all its subcomponents.

nikichi avatar Oct 19 '22 13:10 nikichi