0.6.4 • Published 8 years ago

vsts-task-sdk v0.6.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

VSTS DevOps Task SDK

Libraries for writing Visual Studio Team Services build and deployment tasks

VSO

Reference examples of our in the box tasks are here

Typescript Tasks

Cross platform tasks are written in Typescript. It is the preferred way to write tasks once.

NPM version

Documentation: Typescript API

PowerShell Tasks

A task which automates Powershell technologies can be written with our Powershell SDK. These only run on Windows.

NPM version

Documentation: PowerShell API

Contributing

Node

Once:

$ cd node
$ npm install
$ sudo npm install gulp -g

Build:

$ cd node
$ gulp

Test:

$ cd node
$ gulp test

Set environment variable TASK_TEST_TRACE=1 to display test output.

Powershell

Once:

$ cd powershell
$ npm install
$ sudo npm install gulp -g

Build:

$ cd powershell
$ gulp

Test:

$ cd powershell
$ gulp test

Set environment variable TASK_TEST_TRACE=1 to display test output.

0.6.4

8 years ago

0.6.3

8 years ago

0.6.2

8 years ago

0.5.5

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.4

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago