Hi,
I want to update the version number of a Power Apps solution from within an Azure pipeline. However, the invalid number of components error is thrown at me.
Settings:
Error:
I need to do a similar thing, i.e. just increment the revision number.
In 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
what am i doing wrong?
Hi Meijrink,
You should set the Build number format in the options tab of the pipeline. That will solve the issue.
WarrenBelz
40
Most Valuable Professional
Michael E. Gernaey
29
Super User 2025 Season 1
mmbr1606
20
Super User 2025 Season 1