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

Provide correct documentation for full YML pipelines #314

Open vincentcastagna opened 1 year ago

vincentcastagna commented 1 year ago

Required Information

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

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

Enter Task Name: AppStoreRelease@1

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

Environment

Agent - Hosted AND Private:

Issue Description

The documentation is still UI oriented. As of today I believe a lot of people are using full yml pipeline and the documentation doesn't reflect that.

For example I'm trying to understand from the doc how to give the task the argument to install the LATEST version of fastlane. I found out how to install a specific version, but I would like to just have to specify always take latest.

 fastlaneToolsVersion: SpecificVersion
 fastlaneToolsSpecificVersion: 2.212.1

The only thing in the doc about that is the Checkbox thing ... image

I think having a list of all arguments in YML will bring value, as what we can find on microsoft doc for many tasks :

image

ismayilov-ismayil commented 1 year ago

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