Skip to main content
Community site session details

Community site session details

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

Incrementing Power App Solution version number in Azure DevOps

(0) ShareShare
ReportReport
Posted on by 80

I need to increment the version number of a Power App solution in a (Classic) DevOps Pipeline, i.e. just increment the revision number.

 

In Pipeline Options i set the Build Number Format to: $(version.MajorMinor).$(version.Patch).$(Rev:r)

 

In the "Power Platform Set Solution Version" task i set the Solution Version Number to $Build.BuildNumber)

 

I get this error: ##[error]Invalid number of components in version. Version: $(version.MajorMinor).$(version.Patch).$(Rev:r). this should translate to: 1.0.0.2

There should be 4 components (right?) and it seems to me that i am defining 4 

what am i doing wrong?

  • CU20011649-0 Profile Picture
    31 on at
    Incrementing Power App Solution version number in Azure DevOps
    did you figure this out using classic pipeline?
  • cchannon Profile Picture
    4,702 Super User 2025 Season 1 on at
    Re: Incrementing Power App Solution version number in Azure DevOps

    ... as a debugging step.

  • moshe raab Profile Picture
    80 on at
    Re: Incrementing Power App Solution version number in Azure DevOps

     that would require an extra manual step which would defeat the purpose of automated pipelines

  • cchannon Profile Picture
    4,702 Super User 2025 Season 1 on at
    Re: Incrementing Power App Solution version number in Azure DevOps

    I would guess that it has to do with your concatenation of MajorMinor, but I really have no idea.

     

    I would suggest you just print out the version number before you set it, then read the console output.

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1