Skip to content

smuckwell/vsts-task-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

![VSO] (https://mseng.visualstudio.com/DefaultCollection/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/2553/badge)

VSTS DevOps Task SDK

Libraries for writing Visual Studio Team Services build and deployment tasks

Node Task Lib

Library for writing tasks with the node handler

PowerShell Task Lib

Library for writing tasks with the PowerShell3 handler

Documentation

Typescript

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

Typescript API

Powershell

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

PowerShell API

Contributing

Node

Once:

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

Build:

$ cd node
$ gulp

Test:

$ cd node
$ gulp test

Powershell

Coming soon

About

Libraries for writing VSO and TFS build tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 54.8%
  • TypeScript 37.8%
  • JavaScript 7.4%