web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Support for CI/CD in A...
Power Apps
Answered

Support for CI/CD in Azure Devops

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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?

I have the same question (0)
  • Verified answer
    devendramsft Profile Picture
    Microsoft Employee on at

    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)

  • Craig-MSFT Profile Picture
    Microsoft Employee on at

    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

  • ryanspain Profile Picture
    102 on at

    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/

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 528

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard