All Projects → geeklearningio → gl-vsts-tasks-file-patch

geeklearningio / gl-vsts-tasks-file-patch

Licence: MIT, MIT licenses found Licenses found MIT LICENSE MIT LICENSE.md
Visual Studio Team Services Build and Release Management extensions that help you update files using JSON patch and similar syntax

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gl-vsts-tasks-file-patch

azure-flutter-tasks
Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
Stars: ✭ 66 (+214.29%)
Mutual labels:  vsts, vsts-tasks, vsts-extension
gl-vsts-tasks-yarn
Yarn Package Manager Visual Studio Team Services Build and Release Management extensions
Stars: ✭ 50 (+138.1%)
Mutual labels:  vsts, vsts-tasks, vsts-extension
az-devops-rice-extension
Azure DevOps extension that auto calculates RICE and stores it in a field.
Stars: ✭ 15 (-28.57%)
Mutual labels:  vsts, vsts-extension
vsts-extension-multivalue-control
A work item form control which allows selection of multiple values.
Stars: ✭ 40 (+90.48%)
Mutual labels:  vsts, vsts-extension
FlowViz
A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.
Stars: ✭ 150 (+614.29%)
Mutual labels:  vsts, vsts-extension
wiql-editor
Search work items with wiql queries.
Stars: ✭ 30 (+42.86%)
Mutual labels:  vsts, vsts-extension
vsts-extension-ts-seed-simple
Very simple seed project for developing a VSTS extension
Stars: ✭ 61 (+190.48%)
Mutual labels:  vsts, vsts-extension
vsts-extension-color-control
This is an example of a custom control extension for use in on-premise instances of Visual Studio Team Services on the work item form.
Stars: ✭ 16 (-23.81%)
Mutual labels:  vsts, vsts-extension
NewmanPostman VSTS Task
A task for Azure DevOps Pipelines to run newman tests.
Stars: ✭ 31 (+47.62%)
Mutual labels:  vsts, vsts-extension
rust-azure-devops
[No longer maintain] 🦀 Rust extension for Azure DevOps
Stars: ✭ 26 (+23.81%)
Mutual labels:  vsts, vsts-extension
AzureDevOps-WSJF-Extension
Sample work item form extension that auto calculates WSJF (weighted shortest job first) per work item and stores it in a work item field
Stars: ✭ 21 (+0%)
Mutual labels:  vsts, vsts-extension
github-tools-vsts
📦🚀 Create and modify GitHub Releases in Azure DevOps Build and Release Management
Stars: ✭ 24 (+14.29%)
Mutual labels:  vsts, vsts-extension
azure-devops-exporter
Prometheus exporter for Azure DevOps (VSTS) including agent pools, builds, releases, deployments, pullrequests and repo stats
Stars: ✭ 102 (+385.71%)
Mutual labels:  vsts
vsts-resharper-code-quality-task
No description or website provided.
Stars: ✭ 18 (-14.29%)
Mutual labels:  vsts
MCW-OSS-PaaS-and-DevOps
MCW OSS PaaS and DevOps
Stars: ✭ 49 (+133.33%)
Mutual labels:  vsts
azure-boards-estimate
Estimate - Planning Poker for Azure Boards
Stars: ✭ 62 (+195.24%)
Mutual labels:  vsts
vsts-contributions
Contributions Graph for vsts
Stars: ✭ 54 (+157.14%)
Mutual labels:  vsts
AzureDevOpsPowershell
A selection of PowerShell scripts that make use of the Azure DevOps (TFS/VSTS) APIs
Stars: ✭ 34 (+61.9%)
Mutual labels:  vsts
phoenix
Containerize your enterprise - tutorials and resources for learning Kubernetes hands on using azure!
Stars: ✭ 102 (+385.71%)
Mutual labels:  vsts
vst-cmake
A cross-platform CMake-based template for designing VST audio plug-ins.
Stars: ✭ 21 (+0%)
Mutual labels:  vsts

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].