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

Fix: Monitor STDOUT for initiation message #92

Closed Adam-Langley closed 1 year ago

Adam-Langley commented 1 year ago

Blind, but possible fix for #83, code was monitoring STDOUT for an initiation message ("loading") which never arrives on Windows platforms. Instead, monitor for "setUpAll" message which as been confirmed to occur on Windows, Linux and MacOS