Skip to content

Visual Studio Team Services Build and Release Management extensions that help you update files using JSON patch and similar syntax

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

geeklearningio/gl-vsts-tasks-file-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4b7221 · Jan 27, 2025
Jun 6, 2019
Mar 18, 2020
Aug 11, 2017
Jan 27, 2025
Mar 18, 2020
Jun 6, 2019
Jun 15, 2019
Jun 22, 2019
Aug 2, 2016
Jan 27, 2025
Mar 7, 2020
Aug 2, 2016
Jun 21, 2019
Aug 11, 2017
Aug 2, 2016
Oct 9, 2016
Oct 9, 2016
Mar 18, 2020
Jun 21, 2019
Aug 17, 2017
Aug 2, 2016
Mar 18, 2020

Repository files navigation

Icon

File Patch Build and Release Tasks

cistatus

Visual Studio Team Services Build and Release Management extensions that help you update files using JSON patch and similar syntax.

Learn more about this extension on the wiki!

Tasks included

To contribute

  1. Globally install typescript and tfx-cli (to package VSTS extensions): npm install -g typescript tfx-cli
  2. From the root of the repo run npm install. This will pull down the necessary modules for the different tasks and for the build tools.
  3. Run npm run build to compile the build tasks.
  4. Run npm run package -- --version <version> to create the .vsix extension packages (supports multiple environments) that includes the build tasks.

Release Notes

10-9-2016

  • Added: Patch PLIST File
  • Improved: Patch JSON File with JSON5 parser support and JSON5 output support.

10-7-2016

  • Added: Patch YAML File

8-3-2016

  • Added: Patch JSON File
  • Added: Patch XML File

Contributors

This extension was created by Geek Learning, with help from the community.

Attributions