Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 964 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 964 Bytes

This a fork of the multi value extension that draws its values from an admin specified rest endpoint rather than a hard coded list.

To Build

npm i -g typescript tslint gulp tfx-cli
git clone git clone https://github.com/ostreifel/vsts-rest-multivalue.git
cd vsts-rest-multivalue
npm i
npm run build:release
npm run package:dev

Documentation

Internal documentation of the extension storepage.md

Structure

All build tasks are contained in package.json

Inputs are specified in vss-extension.json

All extension logic, markup and styling is in src