Visual Studio Team Services Build and Release Management extensions which allow it to take control over himself.
Learn more about this extension on the wiki!
- Queue a Build: Queues a build
- 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.
23-10-2016
- [QueueBuild] Add Source branch to build options #10
- [QueueBuild] Fixed a casing issue when requiring VSSEXTENSION endpoint causing errors on some environement.
This extension was created by Geek Learning, with help from the community.