-
Notifications
You must be signed in to change notification settings - Fork 2
/
vss-extension.json
65 lines (65 loc) · 1.55 KB
/
vss-extension.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"manifestVersion": 1,
"id": "soapui-tasks",
"name": "SoapUI Tasks",
"version": "0.1.1",
"publisher": "ThomasP",
"public": true,
"icons": {
"default": "extension-icon.png"
},
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Tasks for using SoapUI.",
"categories": [
"Build and release"
],
"badges": [
{
"href": "https://github.com/tomap/soapui-extensions",
"uri": "https://tomap.visualstudio.com/_apis/public/build/definitions/6e176905-7621-4cdb-97ba-78eb0fd1e1ed/5/badge",
"description": "VSTS Build Status"
}
],
"content": {
"details": {
"path": "readme.md"
},
"license": {
"path": "license"
}
},
"files": [
{
"path": "SoapUI"
},
{
"path": "SoapUI-Include"
}
],
"contributions": [
{
"id": "a358a983-98f4-425c-8079-65a9a6e85419",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "SoapUI"
}
},
{
"id": "288c76e9-57db-4556-b38e-bb66997e7c8c",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "SoapUI-Include"
}
}
]
}