cross-solutions / install-flutter-sdk

Azure DevOps extension for installing the Flutter SDK to your build agents.
3 stars 3 forks source link

Invalid URL for SDK download #4

Closed kevinDespoulains closed 4 years ago

kevinDespoulains commented 4 years ago

It seems that the URL for Flutter Download as changed :

Starting: Flutter Install
==============================================================================
Task         : Install Flutter SDK
Description  : Installs the Flutter SDK and add it to your 'PATH' environment. You can then run 
flutter commands in succeeding tasks using the command line.
Version      : 0.2.0
Author       : contrix09
Help         : Go to http://flutter.io for more information.
==============================================================================
Downloading latest sdk from https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_v.17.0-stable.zip
Downloading: https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_v.17.0-stable.zip
##[error]Unexpected HTTP response: 404
Finishing: Flutter Install

URL https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_v.17.0-stable.zip does not work.

URL https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_1.17.0-stable.zip does work.

It looks like the 'v' before the version number is not used anymore. Can you take a look at it?

Thank you.

dustincatap commented 4 years ago

Hi. Will check on this.

dustincatap commented 4 years ago

Fixed the download URL. Update the extension to version 0.2.4

image