I've been working through setting up some pipelines in Azure DevOps to export/import solutions across environments. I noticed that there's an action to deploy a package, but I couldn't see one to create a package. Is there a way to create a package within DevOps?
Thanks for your reply!
I've got a pipeline that exports and unpacks the solution. I can pack the solution and import it, but I want to deploy it as a package including data. Is it possible to create this package in DevOps? I couldn't see a power platform tool for it, but maybe there's a way to achieve it using other tools.
Hi @Anonymous,
You would use the Export Solution task to retrieve an unmanaged solution from a development environment in a packed zip file.
The Unpack Solution task extracts the solution file components from the zip format to its XML format which can be version controlled.
You can use the Pack Solution task to take the unpacked XML components and compress it back into a zip. The zip can then be imported into an environment.
The build tasks are described in further detail here.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
WarrenBelz
109
Most Valuable Professional
Michael E. Gernaey
72
Super User 2025 Season 1
mmbr1606
71
Super User 2025 Season 1