Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.37 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.37 KB

Sumo Logic VSTS extension

MIT license Badge for version for VSTS extension vibrato.sumologic-tools

This extension contains build tasks that interact with the Sumo Logic API.

Getting started

If you plan to package this extension for use in your own environment, get:

  1. Node.js
  2. Team Foundation command line interface (npm install -g tfx-cli)

Run tfx extension create --manifest-globs vss-extension.json to compile a VSIX file that can be installed into your VSTS/TFS account.

Creating new build tasks

  1. Create a subfolder with a task.json and icon.png
├── new-task
│   ├── icon.png
│   └── task.json
  1. Make a reference to new-task in vss-extension.json

More details on developing build tasks here.

Contributing

Refer to CONTRIBUTING.md