jamesmontemagno / vsts-mobile-tasks

VSTS Tasks for Mobile!
MIT License
79 stars 22 forks source link

New format of Azure Pipeline Build ID is not an integer anymore #43

Open StevusPrimus opened 1 year ago

StevusPrimus commented 1 year ago

Hi, Azure has changed the default format for the Build Id recently including a dot. See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/run-number?view=azure-devops&tabs=yaml

Of course now, Build.BuildId is not a perfect candidate for the CFBundleVersion anymore, as it must be an integer.

Are there any plans or ideas how to fix it?