I have been developing Azure Dev Ops pipelines for the last few weeks. Happily exporting Managed and Unmanaged solutions, storing .zipfiles, unpacking code storing in repo, building release and all that stuff. All fine.
I now try to pack code from an unmanaged solution into a .zip and import as managed but it always imports wrongly as unmanaged.
I have tried every combination of settings. Deleted every trace of the unmanaged solution from the target environment, published customisations from every level and it still installs as unmanaged even though the logs say it's fine.
I then installed the solution manually as managed and ran the pipeline import which is rejected as it states that it is trying to install as unmanaged when the parameter is set as managed.
Logs attached. I don't know what else to try so an idea would be appreciated. Cheers, Richard UK