Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.29 KB

VSTS DevOps Task SDK

Libraries for writing Visual Studio Team Services build and deployment tasks

VSTS

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

Step by Step: Create Task

Documentation: Typescript API

Guidance: Finding Files, Minimum agent version

Reference Examples

The ShellScript Task and the XCode Task are good examples.

Contributing

Node

Once:

$ cd node
$ npm install

Build and Test:

$ npm test

Set environment variable TASK_TEST_TRACE=1 to display test output.