Skip to content

Instantly share code, notes, and snippets.

View paulbreuler's full-sized avatar
🤓
Learning something new

Paul Breuler paulbreuler

🤓
Learning something new
View GitHub Profile
@paulbreuler
paulbreuler / Getting-Started-with-ALM-for-Dataverse.md
Last active February 14, 2023 23:15
Thoughts on Automated Lifecycle Management from the co-author of the ALM for Dataverse Workshop

Getting Started with ALM for Dataverse/Power Platform | FAQs

TL;DR

If you don't care to read below and just want to see some samples have a look at my open-source repo for Azure DevOps:

https://dev.azure.com/PowerPlatform-ALM/_git/PowerPlatform-ALM-Advanced

I have a few for GitHub Actions but checkout this one from melody-universe the other co-author of the ALM for Dataverse workshop. Poke around their other repos and you'll find some gems.

@paulbreuler
paulbreuler / README.md
Last active October 30, 2019 20:36
PowerApps Build Tools YAML based build and release for Azure Pipelines using an intermediate build environment

Description:

This simple multi-stage YAML pipeline packs a PowerApps model-driven app (Dynamics 365 CRM/CE) solution from source control (Assumes an unmanaged solution has been unpacked using SolutionPackager and stored in source) and runs it through an intermediate build environment to create a managed solution artifact. The output artifact is then run through a deployment job with an Azure Pipeline Environment specified that allows us to track deployments to the specified target environment.

Reference the PowerApp Build Tools Lab for directions on setting the pipeline up using the classic editor. The YAML in this gist follows the same steps as the classic editor setup used in the labs but adds more variables to the mix.

Check out the [D365 CE Pipelines re