Do you use Azure DevOps Pipelines with your Dynamics solutions?
Last updated by SSW.Rules.SharePointExtractor almost 4 years ago.See historyAre you still managing your Dynamics solution changes manually? Manually exporting and importing solutions across environments? Manually exporting unmanaged solutions to commit to source control. If so, read on, because there is a better way!
Dynamics (and model-driven Power Apps) use solution files to store and apply changes across environments. Using the Power Platform Build Tools for Azure DevOps will let automate manual tasks like:
- Exporting unmanaged solutions and committing to source control
- Generating managed solutions for use in downstream environments such as Testing and Production
- Deploying solutions to downstream environments
- Provisioning or de-provisioning environments
Want to learn more?
Check out the guide on GitHub. The guide demonstrates:
- Configuring Azure DevOps
- Build the 'Capture Pipeline' (Export solution)
- Build the 'Build Pipeline' (Generate Build Artifact)
- Build the 'Release Pipeline' (Deploy to Production)