phonegap / phonegap-cli

PhoneGap and PhoneGap/Build command-line interface
Apache License 2.0
488 stars 157 forks source link

Build specific platform, builds all, returns on specific #800

Open frederikbosch opened 5 years ago

frederikbosch commented 5 years ago

PhoneGap CLI, node & npm versions

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.

frederikbosch commented 5 years ago

If this would not work because of backward compatibility maybe add something like --disable-autobuild-trigger, with a corresponding parameter in the developer api.