CedricLeblond / gl-vsts-tasks-variables

Visual Studio Team Services Build and Release Management extensions that help you manipulate and load variables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

Variables Helpers Build and Release Tasks

cistatus

Visual Studio Team Services Build and Release Management extensions that help you manipulate and load variables.

Learn more about this extension on the wiki!

Tasks included

To contribute

  1. Globally install typescript and tfx-cli (to package VSTS extensions): npm install -g typescript tfx-cli
  2. 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.
  3. Run npm run build to compile the build tasks.
  4. Run npm run package -- --version <version> to create the .vsix extension packages (supports multiple environments) that includes the build tasks.

Release Notes

8-4-2016

  • Added: Load JSON Variables

Contributors

This extension was created by Geek Learning, with help from the community.

Attributions

About

Visual Studio Team Services Build and Release Management extensions that help you manipulate and load variables

License:MIT License


Languages

Language:TypeScript 100.0%