https://github.com/vibrato/sumologic-vsts-extension
VSTS extension that contains build tasks that interact with the Sumo Logic API
https://github.com/vibrato/sumologic-vsts-extension
sumologic vsts-extension
Last synced: about 1 year ago
JSON representation
VSTS extension that contains build tasks that interact with the Sumo Logic API
- Host: GitHub
- URL: https://github.com/vibrato/sumologic-vsts-extension
- Owner: vibrato
- License: mit
- Created: 2018-01-19T06:14:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T01:10:43.000Z (over 8 years ago)
- Last Synced: 2025-01-23T00:24:34.128Z (over 1 year ago)
- Topics: sumologic, vsts-extension
- Language: PowerShell
- Homepage:
- Size: 59.6 KB
- Stars: 3
- Watchers: 13
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sumo Logic VSTS extension
[](https://lbesson.mit-license.org/)
[
](https://teamvibrato.visualstudio.com/SumoLogic%20VSTS%20extension/_build/index?definitionId=14)
[](https://marketplace.visualstudio.com/items?itemName=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](https://nodejs.org)
2. [Team Foundation command line interface](https://github.com/Microsoft/tfs-cli) (`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
```
2. Make a reference to `new-task` in `vss-extension.json`
More details on developing build tasks [here](https://docs.microsoft.com/en-us/vsts/extend/develop/add-build-task).
## Contributing
Refer to CONTRIBUTING.md