microsoft / 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
93 stars 53 forks source link

AppStoreRelease task has been updated - '--automatic_release' key will be set to 'true\false' regardless of the shouldAutoRelease parameter #239

Closed andy-mishechkin closed 3 years ago

andy-mishechkin commented 3 years ago

Task name: AppStoreRelease

Description: In previous version --automatic_release key will be set to 'true only if shouldAutoRelease task parameter is present and set to true. According to http://docs.fastlane.tools/actions/deliver/#parameters --automatic_release has no default value and should be set in any cases. This will be fixed in this PR - --automatic_release will be set to true or false, if shouldAutoRelease is present and set to true or is absent or set to false.

Documentation changes required: N

Added unit tests: (Y/N) N

Attached related issue: https://github.com/microsoft/app-store-vsts-extension/issues/235

Checklist: