You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using task UpdateiOSVersionInfoPlist has worked great since the first day we installed it, however when we were forced to upgrade to Xcode to 13.4.1 in Azure Devops (using vmImage: 'macOS-12') and the Plist transform stopped working, doesn't seem like the tasks really dumps much output so I'm not sure whats up.
using task UpdateiOSVersionInfoPlist has worked great since the first day we installed it, however when we were forced to upgrade to Xcode to 13.4.1 in Azure Devops (using vmImage: 'macOS-12') and the Plist transform stopped working, doesn't seem like the tasks really dumps much output so I'm not sure whats up.
Thanks for your help!
Pipeline
...
pool:
vmImage: 'macOS-12'
steps:
- task: ExtractVersionFromTag@1
inputs:
projectFolderPath: '$(Build.SourcesDirectory)/ios/XXX'
- task: UpdateiOSVersionInfoPlist@1
inputs:
infoPlistPath: '$(Build.SourcesDirectory)/ios/XXX/Info.plist'
bundleShortVersionString: '$(MAJOR).$(MINOR).$(PATCH)'
bundleVersion: '$(NUMBER_OF_COMMITS)'
Output -
Starting: ExtractVersionFromTag
Task : Extract Version
Description : Extract the version from the git tag.
Version : 1.5.0
Author : Damien Aicheh
Help :
/usr/local/bin/git describe --tags --abbrev=0
v5.0.1
/usr/local/bin/git rev-list --count HEAD
1155
/usr/local/bin/git rev-list v5.0.1..HEAD --count
432
Finishing: ExtractVersionFromTag
Starting: UpdateiOSVersionInfoPlist
Task : Update iOS version Info.plist
Description : Update iOS version Info.plist
Version : 1.2.0
Author : Damien Aicheh
Help :
Finishing: UpdateiOSVersionInfoPlist
The text was updated successfully, but these errors were encountered: