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
95 stars 53 forks source link

No UI to specify AppSpecificPassword in AppStoreRelease@1 Task Release #287

Closed vincentcastagna closed 1 year ago

vincentcastagna commented 2 years ago

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Question/Bug

Enter Task Name: AppStoreRelease@1

list here (V# not needed):
https://github.com/microsoft/app-store-vsts-extension/tree/master/Tasks/AppStoreRelease

Environment

Issue Description

Can't specify AppSpecificPassword in UI in ADO for the task, while we can specify it through yml.

Is it the right workaround then ?

image

https://ms-vsclient.gallerycdn.vsassets.io/extensions/ms-vsclient/app-store/1.207.0/1656509233572/images/release-task-with-advanced.png

It's not even specified in the doc

vincentcastagna commented 2 years ago

I can confirm that using Additional fastlane arguments works ... however could be great to have it such as AppSpecificId, directly in the UI.

sergey-koryshev commented 1 year ago

Hi @vincentcastagna, to let task AppStoreRelease set environment variable FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD you need to specify it in your service connection: image

Let me know if you have any questions

sergey-koryshev commented 1 year ago

Closing the issue as mitigated

@vincentcastagna, please feel free to reactivate it.