azure-flutter-tasks icon indicating copy to clipboard operation
azure-flutter-tasks copied to clipboard

Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks

Results 16 azure-flutter-tasks issues
Sort by recently updated
recently updated
newest added

The pipeline fails at the iOS build step. This is the error output: `Error (Xcode): No profiles for 'com.addiscaTraining' were found: Xcode couldn't find any iOS App Development provisioning profiles...

help wanted

Starting with flutter 3.3 we could use these parameters to produce versioned binary.

enhancement

Hi! We are building an iOS Flutter app in an Azure DevOps Pipelines. The pipeline consists of: Using the Microsoft-provided tasks to install the signing certificate and provisioning profile after...

help wanted
more-info-needed

### New issue checklist - [X] I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-tasks/issues) - [ ] I read [pipeline troubleshooting guide](https://docs.microsoft.com/vsts/build-release/actions/troubleshooting) - [ ] I checked [how to collect logs](https://learn.microsoft.com/azure/devops/pipelines/troubleshooting/review-logs?view=azure-devops) ###...

stale-inactive

I am running Flutter test command with publish report and code coverage report enabled. While running the task I get same result as in visual studio terminal (EG: 96 passed...

help wanted

In the Build task, when I provide buildName as 2.0.3 and buildNumber as 85, the ipa is getting generated with v1.0.0(85) instead v2.0.3(85)

I have followed the medium tutorial and fixed lot's of issues by myself although I got to this one: ``` Building App Store IPA... 2,157ms Encountered error while creating the...

Hi guys! We're experiencing the following errors, can anyone help us with this? ```2024-01-22T14:12:21.1597926Z ##[section]Starting: Flutter Build aab 2024-01-22T14:12:21.1879524Z ============================================================================== 2024-01-22T14:12:21.1879737Z Task : Flutter Build Task 2024-01-22T14:12:21.1879879Z Description : Build...

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...

The flavour is necessary whether or not this is a simulator build or not. This line should be removed. If your build configuration settings use flavours then you always need...

enhancement