pac solution sync
does not honour packagetype in solution.xml
#913
Labels
bug
Something isn't working
pac solution sync
does not honour packagetype in solution.xml
#913
If I clone a solution with unmanaged package type when I subsequently perform a solution sync I'd expect only the unmanaged solution to be cloned and the package type to stay as unmanaged. This does not happen, the unmanaged and managed solutions are exported and the solution is unpacked in 'both' mode.
Similarly, if I initially cloned in managed mode I'd expect that to be remembered and honoured by any future
pac solution sync
.To reproduce:
pac solution clone --packagetype unmanaged --solution myAmazingThing
<managed>0</managed>
is in Other\Solution.xml indicating solution is of the unmanaged export stylepac solution sync
Expected result
<managed>0</managed>
Actual result
<managed>2</managed>
Workaround
Remember to type
pac solution sync --packagetype unmanaged
with the correct package type (as appropriate)The text was updated successfully, but these errors were encountered: