dyn365-ce-vsts-tasks
dyn365-ce-vsts-tasks copied to clipboard
Copy Solution Components task includes full components
Context
Copy Solution Components task includes full components when form sub-component is in the source solution.
Repro steps:
- Create source solution containing only a entity/table form
- Create a target blank solution
- 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
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?
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.