Releases: microsoft/fastlane-plugin-appcenter
Releases · microsoft/fastlane-plugin-appcenter
v1.7.1
Changes:
- Add support for all destination groups using '*'
v1.7.0
Changes:
- Introduced a new option upload_build_only to upload the builds and skips the symbols or mapping
- Added support for automatic creation of Windows App by prompting the app_platform
- Fixed the priority of :file parameter (thanks to @tommeier #156)
- Fixed few more bugs and warnings
v1.6.0
Adds support to:
- All known platform and file extensions for upload (see #136)
- Integration with Azure Pipelines with nicely integrated JUnit test results
strict
mode which will fail early an upload if the plugin detects an inconsistency
Deprecates:
apk:
, aab:
, ipa:
fields. They've all been superseded by file:
.
v1.5.0
Changes:
- Added new action
appcenter_fetch_devices
(many thanks to @benkane)
- Added support for dsa_signature to support Sparkle update feeds
- Improved documentation and logs
v1.4.0
Changes:
- Add support for macOS .app.zip, .pkg and .dmg binary uploads
- Add support for automatic creation of macOS apps
- Add a few safety checks for AAB uploads
v1.3.0
- Added optional
owner_type
field to support automatic app creation in organizations
v1.2.0
- Android App Bundle support #95