Skip to content
Cyprien Autexier edited this page Aug 3, 2016 · 10 revisions

Icon

Microsoft Azure Build and Release Tasks

Visual Studio Team Services Build and Release Management extensions that help you to patch your files.

Install the extension to your account

You can find the latest stable version of the VSTS Extension tasks on the Visual Studio Marketplace.

Prerelease channel

Our tasks are build and published in continuous (thanks to VSTS, of course). If you are interested or want to contribute, you can ask us the access of the private prerelease extension to install it to your account. By definition, this prerelease extension could introduce breaking changes, or could be very unstable, so it is not recommended to use it for your builds and releases, but only for testing purposes.

Tasks included

  • Patch Json: Patches json files using json patch syntax
  • Patch Xml: Patches xml files using xml patch syntax

Slick syntax mode

By default tasks will use the default json patch syntax with is a bit verbose. Xml and Json patch tasks support an enhanced human readable syntax :

Clone this wiki locally