jamesmontemagno / vsts-mobile-tasks

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

Ability to set version code to non integert #13

Closed jamesmontemagno closed 6 years ago

jamesmontemagno commented 6 years ago

Currently the offset it set to required and version code and it must be an int for parsing.

Perhaps we shouldn't enforce that.

If offset is not set or if we get NAN for either of the versioncode numbers then don't worry about parsing it.

jamesmontemagno commented 6 years ago

Implemented! For iOS ;) and better checks for android