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
86 stars 22 forks source link

How do I run latest version in Azure Pipeline Task? #123

Closed aguilita1 closed 4 days ago

aguilita1 commented 1 month ago

How do I run latest version in Azure Pipeline Task? I know this should be super simple but I have not been able to figure it out.

Here is an example of task.

- task: FlutterCommand@0
  displayName: "Run packages"
  inputs:
    arguments: 'packages pub run build_runner build'
    projectDirectory: 'revolve_wellness_studios'

Output from log shows version 0.3.2 running

Starting: Run packages
==============================================================================
Task         : Flutter Command Task
Description  : Launch a custom Flutter command with custom arguments.
Version      : 0.3.2
Author       : Hey24sheep
Help         : Don't forget to insert a 'Flutter Install' task before. [More Information](https://github.com/hey24sheep/azure-flutter-tasks)
==============================================================================
hey24sheep commented 1 month ago

Azure pipelines automatically runs the latest version of the "Task". You are running the "Flutter Command Task" which is on latest, "https://github.com/hey24sheep/azure-flutter-tasks/blob/master/tasks/command/task.json" you can check the versioning in the given link.

If this solves your issue, please close this issue as solved