-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install fastlane gem using --no-document #361
Labels
Comments
r72-engineering
added a commit
to r72-engineering/app-store-vsts-extension
that referenced
this issue
Apr 30, 2024
Save 21 seconds per pipeline run. - Added `--no-document` to fastlane install in task IpaResign. - Added `--no-document` to fastlane install in task AppStorePromote. - Added `--no-document` to fastlane install in task AppStoreRelease.
2 tasks
Hi @r72-engineering thanks for contribution! Let us take a look. |
2 tasks
ivanduplenskikh
pushed a commit
that referenced
this issue
May 16, 2024
Save 21 seconds per pipeline run. - Added `--no-document` to fastlane install in task IpaResign. - Added `--no-document` to fastlane install in task AppStorePromote. - Added `--no-document` to fastlane install in task AppStoreRelease.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/[email protected]/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]
The text was updated successfully, but these errors were encountered: