Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

Support for CI/CD in Azure Devops

(0) ShareShare
ReportReport
Posted on by

Hi, am I able to do build and deployment with Azure devops?  I would think there needs to be some add-in to enable build of the PCF cli.  Is there any current support for this or near future?

  • ryanspain Profile Picture
    100 on at
    Re: Support for CI/CD in Azure Devops

    My 10 cents here - I wrote a guide on building and deploying a PCF control using Azure DevOps pipelines.

    I hope it helps someone coming accross this in the future!

    https://ryanspain.net/posts/pcf-azure-devops-pipelines/

  • Craig-MSFT Profile Picture
    on at
    Re: Support for CI/CD in Azure Devops

    One additional note. If you want to restore and build in one command, recent versions of msbuild support this with the /restore switch.

     

    So, to restore and build in one command use:

    msbuild /t:build /restore

    or

    msbuild /t:rebuild /restore

  • Verified answer
    devendramsft Profile Picture
    Microsoft Employee on at
    Re: Support for CI/CD in Azure Devops

    Build of PCF projects (pcfproj) & Solution projects can be done via msbuild. The projects are designed in a way so that all the build required dependecies are pulled from NuGet, without needing any additional tools. You can use Azure DevOps to build & pacakge controls by simply calling restore & build as different steps.

    1. Restore of the project (msbuild /t:restore)

    2. Build (msbuild)

     

    You just need CLI to create/boot the components & the components can independently build via npm (for controls) & msbuild (for control & solution)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 65 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 55 Super User 2025 Season 1

Overall leaderboard