microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.51k stars 2.62k forks source link

[enhancement]: “yarnAuthenticate” to authenticate yarn v2 #20665

Open dlorych opened 6 days ago

dlorych commented 6 days ago

Task name

npmAuthenticate

Describe your feature request here

yarn v2+ has dropped usage of .npmrc file, hence npmAuthenticate@0 cannot be used anymore to authenticate to a private registry.

Is there any work going to to introduce "yarnAuthenticate" task? Are there any workarounds to the problem?