Skip to content
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

Avoid Cleaning Project twice when building for two platforms #11

Open
prolanzer opened this issue Dec 1, 2024 · 0 comments
Open

Avoid Cleaning Project twice when building for two platforms #11

prolanzer opened this issue Dec 1, 2024 · 0 comments

Comments

@prolanzer
Copy link

prolanzer commented Dec 1, 2024

Currently, based on the logs, we are cleaning the project twice when building for both platforms

Deploying to all platforms...
Deploying to Android...
versionStrategy: none
**Clean the project**
versionStrategy: none

.
.
.


Deploying to iOS...
versionStrategy: none
**Clean the project**
Building the iOS .ipa 

Ideally, if this is not necessary, we should skip this step to skip a redundant step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant