Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

README.md

TPHealth Azure DevOps Extension

Build

Important note Make sure that you have Typescript 2.3.4 installed on your system:

npm install --global typescript@2.3.4

as the extension is not yet compatible with later version of Typescript.

To compile the code base:

npm install
tsc -p .

To create the vsix archive:

grunt exec:package