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

Unable to set auto_release_date as an additional Fastlane argument #327

Open AlCapown opened 1 year ago

AlCapown commented 1 year ago

When you specify auto_release_date as an additional Fastlane argument you receive the following error even though automatic_release is set to false.

Error resolving conflict between options: 'auto_release_date' and 'automatic_release' You can't use 'auto_release_date' and 'automatic_release' options together.

Log of command

2023-05-12T21:12:18.4362970Z [command]/usr/local/lib/ruby/gems/3.0.0/bin/fastlane deliver --force --precheck_include_in_app_purchases false --api_key_path /Users/runner/work/_temp/api_key***.json -a com.x.x -i /Users/runner/work/r1/a/_x-ios-prod-build/ios/x.ipa -j ios --skip_metadata true --skip_screenshots true --submit_for_review true --automatic_release false --auto_release_date 1683946800000

Appears to be an unintended side effect of: https://github.com/microsoft/app-store-vsts-extension/issues/235

LiliaSabitova commented 1 year ago

Hi @AlCapown, thanks for reporting! We are working on more prioritized issues at the moment but will get back to this one soon.