hey24sheep / azure-flutter-tasks

Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
https://marketplace.visualstudio.com/items?itemName=Hey24sheep.flutter
MIT License
89 stars 22 forks source link

Build target: mobile - expected result #105

Closed ktnishide closed 5 months ago

ktnishide commented 11 months ago

Hi,

what is the expected result for a build using target: mobile? I wanted to have .ipa and .aab but it is not creating .ipa

it creates .app, .apk and .aab

Is there a way to achieve it with a single task?

thanks!

hey24sheep commented 11 months ago

You can't generate it in a single task, for IOS a different build is needed. You can go through the WIKI page here and also check StackOverflow. Go through the closed issues as well, you might find some help.

For IOS build, you will have to select the IOS build as well.