This extension contains build tasks that interact with the Sumo Logic API.
If you plan to package this extension for use in your own environment, get:
- Node.js
- 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.
- Create a subfolder with a
task.json
andicon.png
├── new-task
│ ├── icon.png
│ └── task.json
- Make a reference to
new-task
invss-extension.json
More details on developing build tasks here.
Refer to CONTRIBUTING.md