app-store-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the App Store store from your automated CI builds

OTHER License

Stars
95
Committers
39

Bot releases are hidden (Show)

app-store-vsts-extension - 1.116.0

Published by lkillgore over 7 years ago

  • 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!

app-store-vsts-extension - 1.115.0

Published by jeffyoung over 7 years ago

  • 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:
https://github.com/Microsoft/app-store-vsts-extension/issues/60
https://github.com/Microsoft/app-store-vsts-extension/issues/62

Thanks to @Jossif, @josephayoung and @zurdev for reporting!

app-store-vsts-extension - 1.114.0

Published by jeffyoung over 7 years ago

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:
https://github.com/Microsoft/app-store-vsts-extension/issues/60

Thanks to @Jossif and @josephayoung for reporting and providing needed details!

app-store-vsts-extension - 1.112.0

Published by jeffyoung over 7 years ago