gl-vsts-tasks-yarn
gl-vsts-tasks-yarn copied to clipboard
Yarn Package Manager Visual Studio Team Services Build and Release Management extensions
Yarn Build and Release Tasks
Yarn is Facebook's npm alternative. It is the fast, reliable and secure dependency management. This extension brings the power of Yarn to Visual Studio Team Services Build and Release Management. It enables using yarn with the official npm registry or any registry you like such as Myget or Visual Studio Team Services Package Management.
Why so much sudden love for Yarn ? You can find out here
Learn more about this extension on the wiki!
Tasks included
- Yarn installer: Installs Yarn
- Yarn: Execute Yarn
To contribute
- Globally install typescript and tfx-cli (to package VSTS extensions):
npm install -g typescript tfx-cli
- From the root of the repo run
npm install
. This will pull down the necessary modules for the different tasks and for the build tools. - Run
npm run build
to compile the build tasks. - Run
npm run package -- --version <version>
to create the .vsix extension packages (supports multiple environments) that includes the build tasks.
Known Issues
Please refer to our wiki page
Release Notes
Please refer to our release page
Contributors
This extension was created by Geek Learning, with help from the community. It also uses some foundation code from Azure pipelines Tasks.