iceScrum extension for Visual Studio Team Service.
First, install typescript and tfx CLI globally
npm install -g typescript
npm i -g tfx-cli
More info at : VSTS DevOps Task SDK
On first setup npm install must be runned from both the project root directory and notifyIceScrumTask directory.
npm install
cd notifyIceScrumTask
npm install
Then all other commands should be runned from the project root directory.
Create a 'PAT.txt' file in root directory containing the Personnal Access Token to use for test Eventually edit 'test.sh' to edit other test parameters. Then Launch task locally with:
npm test
package vsix extension with vss-web-extension-sdk. The version number is taken vss-extension.json
npm run build