You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
When you request to build a specific platform, it also starts building other platforms. This is not intended behaviour. What's the problem with it? Well, the server returns when the requested platform was done. Suppose you want to download both files (e.g. IPA and APK), then that is not possible because the other is still building.
The text was updated successfully, but these errors were encountered:
If this would not work because of backward compatibility maybe add something like --disable-autobuild-trigger, with a corresponding parameter in the developer api.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PhoneGap CLI, node & npm versions
Expected Behaviour
Build specific platform
Actual Behaviour
Builds all platforms
Steps to Reproduce
Just build a specific platform
Reasoning
When you request to build a specific platform, it also starts building other platforms. This is not intended behaviour. What's the problem with it? Well, the server returns when the requested platform was done. Suppose you want to download both files (e.g. IPA and APK), then that is not possible because the other is still building.
The text was updated successfully, but these errors were encountered: