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

Install fastlane gem using --no-document #361

Closed r72-engineering closed 4 months ago

r72-engineering commented 5 months ago

Note

Issues in this repo are for tracking bugs, feature requests and questions for the tasks in this repo

For a list:
https://github.com/microsoft/app-store-vsts-extension/tree/master/Tasks

If you have an issue or request for the Azure Pipelines service, use developer community instead:

https://developercommunity.visualstudio.com/spaces/21/index.html )

Required Information

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

Question, Bug, or Feature?
Type: Feature

Enter Task Name: AppStorePromote, AppStoreRelease, IpaResign

Environment

Azure Pipelines

Hosted

Issue Description

All three tasks in this extension install fastlane using gem defaults. This results in 21 wasted seconds per execution due to useless RI documentation.

Please use --no-documentation to make our pipelines run faster.

Task logs

============================================================================== Task : Apple App Store Release Description : Release an app to TestFlight or the Apple App Store Version : 1.234.0 Author : Microsoft Corporation Help : More Information

/usr/local/opt/ruby@3.0/bin/gem install fastlane Successfully installed fastlane-2.220.0 Parsing documentation for fastlane-2.220.0 Installing ri documentation for fastlane-2.220.0 Done installing documentation for fastlane after 21 seconds 1 gem installed

Troubleshooting

Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting

Error logs

[Insert error from the logs here for a quick overview]

ivanduplenskikh commented 4 months ago

Hi @r72-engineering thanks for contribution! Let us take a look.