
Announcements
Hi Team,
I have created a solution and added an environment variable with some Dev value. I am using pipelines for Build and release to UAT and Production environment. I have gone through the below documentation and they said it possible with Build pipeline. Need to know the process of doing it.
Hi sammetasiva1,
Please, check this blog, https://benediktbergmann.eu/2020/02/10/cds-basic-alm-process/
and guide for Ms https://github.com/microsoft/PowerApps-Samples/tree/master/build-tools
This process is following the recommendation and best practice from Microsoft. Microsoft’s approach, and the approach they recommend to everyone, is the “Source-Controle centric” approach. This means that you always should store a functional version of your Solution in your Source-Controle. I do see the following main reasons for this approach:
Build Managed Solution
I jope it helps you.
Javier