By default, the Hosted Agent I'm working with is not supporting yarn
command but only npm
. Sad, right?
Of course, I could have a step in my build pipeline that downloads and installs yarn
via scoop
or choco[latey]
on each run, but I really don't like the idea of the build increase time for something that should be available to me out of the box.
So how do I preinstall the tools I need upfront?