geeklearningio / gl-vsts-tasks-yarn

Yarn Package Manager Visual Studio Team Services Build and Release Management extensions
MIT License
52 stars 18 forks source link

Why is there a `yarn` demand? #42

Closed nshenoy closed 6 years ago

nshenoy commented 6 years ago

It seems with #27 a new yarn demand was added. This means that the build agent will need to have a yarn capability already set. This doesn't seem to make sense since the task will install Yarn if it's not present already. Should we consider removing the demand, or is this now a requirement? If it's a requirement, consider putting a note in the Visual Studio Marketplace description and/or readme.md.

sandorfr commented 6 years ago

The task does not install yarn anymore. To do so you must use the yarn installer task.