less than 1 minute read

Introduction.

Hi all! Another week went by, another page in the GitHub wiki added… In case you’re new here, read this article which explains the motivation behind it all.

There’s not a lot I can comment on for these few new pages. But I can think of one thing.

What should be the output of my build?

I’ve seen many different CI/CD for CDS (Dynamics) and they were almost the same every time. It was focused on extensions, server-side and client-side. Usually the output of a build contained assemblies and compiled JavaScript code.

We are targeting CDS, we are targeting Power Platform. Power Platform is customized through ‘.zip’ packages which are called solutions.

So the answer is simple - the output of your build should contain packed solutions. You can even go further and pack these solutions into package and deploy it through PackageDeployer. That’s what every ISV should do.

What’s the output of your build?

To submit comments, go to GitHub Discussions.