Releases: microsoft/app-store-vsts-extension
Releases · microsoft/app-store-vsts-extension
1.116.0
1.115.0
- Fixed the teamId and teamName arguments for deliver across the Promote and Release tasks.
- If a previous version of fastlane is to be installed, the tasks will uninstall any existing fastlane versions beforehand. This will allow rolling back to previous fastlane versions.
These changes are expected to address these issues:
#60
#62
Thanks to @Jossif, @josephayoung and @zurdev for reporting!
1.114.0
We've made the installation of the fastlane tools optional now. Doing so will allow users to install their own fastlane tools (and not have them updated by the task) or specify a particular version to use. If bugs in fastlane occur (or one of its dependencies), users can choose a more stable version to use in the meantime. This change is expected to address this issue:
#60
Thanks to @Jossif and @josephayoung for reporting and providing needed details!
1.112.0
- We are now using the fastlane tools directly (instead of pilot and deliver only) as well as always updating to the latest fastlane tools at the time the build is started. This change is expected to address these two issues:
#44
#54 - Adds the "Ipa Resign" task contributed by @janniklind
#41 - Begin honoring the GEM_CACHE environment variable (if it is set), see 4678a39