Hi
I am working on ALM for Dynamics CRM using Azure Devops. We want solution to be saved in repo as unpack and create solution as managed and unmanaged in build pipeline from repo. I have done a PowerShell script to unpack unmanaged solution to a specific folder in repo.
The user will check-in changes and then PR will be created.
When PR is approved and branch is merged then build will kick-off. I have added two steps to pack solution as Unmanaged and Managed using Power Platform Build Tools.
As I have exported solution as Unmanaged using my Powershell Script, the solution is packed as unmanaged successfully. When I try to pack solution as Managed it fails.
Is there a way around to fix this? I want to unpack solution store in repo and pack solution as managed and unmanaged both. Is there any other way to achieve this?