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

`buildName` doesn't pass `--build-name` to the command #96

Closed Zazo032 closed 1 year ago

Zazo032 commented 1 year ago

Build task:

        - task: FlutterBuild@0
          displayName: 'Build Web'
          inputs:
            buildName: '$(versionName)'
            dartDefine: 'app.flavor=qa'
            projectDirectory: '.'
            target: 'web'

Task output:

Starting: Build Web
==============================================================================
Task         : Flutter Build Task
Description  : Build a Flutter application project.
Version      : 0.3.9
Author       : Hey24sheep
Help         : [More Information](https://github.com/hey24sheep/azure-flutter-tasks)
==============================================================================
/opt/hostedtoolcache/flutter/bin/flutter build web --dart-define=app.flavor=qa
hey24sheep commented 1 year ago

Hi, thanks for reporting the bug.

Give me some time, I will fix it within a few days.

Thanks

hey24sheep commented 1 year ago

This issue is fixed in latest version of 0.3.16. I am closing this issue in respect to that, if you still face issues please feel free to create a new or reopen this.