Open
Description
Request: I would like the ability to import a solution into a tenant, but skip/bypass the 'Publishing' portion of the import
Rationale: When using a solution to effectively act as a 'source control container' for Dynamics 365 work, I would like to take the contents of Solution A and add it to Solution B within the same instance. Because everything is housed in the same instance, publishing all the customizations is typically an unneeded step in this workflow.
Suggested Solution:
- Add an additional command/switch to SolutionPackagerTask.cs, perhaps
importskippublish
as a suggestion. - Add an additional boolean parameter to the Pack method and ImportSolution method and condition lines 333-337 on this new parameter.
- Update the calls to the aforementioned methods to make use of the new parameter
Metadata
Assignees
Labels
No labels