Visual Studio Team Services Build and Release Management extensions that help you manipulate and load variables.
Learn more about this extension on the wiki!
- Load JSON Variables: Load variables from a JSON file
- Load Xml Variables: Load variables from an XML file using jxon.
- Load Yaml Variables: Load variables from a YAML file.
- Load Plist Variables: Load variables from a PLIST file.
- 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.
8-4-2016
- Added: Load JSON Variables
This extension was created by Geek Learning, with help from the community.