Azure DevOps Pipeline Flutter Install task error

Viewed 181

i'm trying to create a build pipeline for my flutter app using azure devops.

I use the azure extension for flutter from visual studio market. The flutter install task fail with error

##[error]Error: The process '/usr/bin/unzip' failed with exit code 9

I trayed all Flutter extensions I got same error, My steps
Create pipeline
add Flutter Install
Accept default two options , stable and latest
save
run

got same error each time !

0 Answers
Related