You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add a solution zip file as an ambedded resource, and name it for example:
"0020-4.1.0.4_TP32540.zip"
When CrmUp loads this embedded resource, the resource manifest name contains the full namespace of the resource not just the file name. So CrmUp tries to get just the original filename by splitting on the "." and taking the last 2 segments.
So for example CrmUp sees the above filename as "4_TP32540.zip"
This leads to scripts being applied in an unexpected order.
To fix this I think it would be safer to not split at all and use the full resource name.