Skip to content

Commit 641737b

Browse files
davidjbclarkjanis-veinbergs
authored andcommitted
Option to export solution as managed (scottdurow#208)
This allows me to use the `unpack` command to export and unpack a solution as managed, and then run `import` to pack and import the solution as managed.
1 parent 02ed8f1 commit 641737b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spkl/SparkleXrm.Tasks/Tasks/SolutionPackagerTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ private string UnPackSolution(SolutionPackageConfig solutionPackagerConfig, stri
252252
ExportOutlookSynchronizationSettings = false,
253253
ExportRelationshipRoles = false,
254254
ExportSales = false,
255-
Managed = false
255+
Managed = solutionPackagerConfig.packagetype == PackageType.managed
256256
};
257257

258258
var response = (ExportSolutionResponse)_service.Execute(request);

0 commit comments

Comments
 (0)