Skip to content

Releases: microsoft/app-store-vsts-extension

1.116.0

07 Apr 15:39
Compare
Choose a tag to compare
  • Enabled two-step verification.
  • Distributes to external testers when properly setup in Test Flight.
  • Use the supplied bundle identifier when releasing to Test Flight.

These changes are addressing theses issues:
#51
#48
#33

Thanks @r-win, @Jossif, and @emendamus for reporting!

1.115.0

08 Mar 14:31
Compare
Choose a tag to compare
  • 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

03 Mar 20:25
Compare
Choose a tag to compare

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

20 Jan 15:30
Compare
Choose a tag to compare
  • 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