sigbench/vss-extension.json

59 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2020-07-15 13:06:12 +00:00
{
"manifestVersion": 1,
"id": "sigbench",
"publisher": "cpz",
"version": "1.0.76",
2020-07-15 13:06:12 +00:00
"name": "Sigbench",
"description": "Test your binary files against signature scans.",
"public": true,
2020-07-15 13:06:12 +00:00
"demands": ["api-version/3.0"],
"categories": ["Azure Pipelines"],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"repository": {
"type": "git",
"uri": "https://github.com/cpz/sigbench"
},
2020-07-15 13:06:12 +00:00
"icons": {
"default": "images/extension-logo-small.png",
"large":"images/extension-logo.png"
2020-07-15 13:06:12 +00:00
},
"branding":{
"color":"#FFFFFF",
"theme":"light"
},
2020-07-15 13:06:12 +00:00
"content": {
"details": {
"path": "README.md"
},
"license": {
"path": "LICENSE.md"
}
},
"contributions": [
{
"id": "sigbench-task",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.task"
],
"properties": {
"name": "sb-task"
}
}
],
"files": [
{
"path": "sb-task",
"addressable": true
},
{
"path": "images",
"addressable": true
2020-07-15 13:06:12 +00:00
}
]
}