-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvss-extension-server-plugin.json
58 lines (58 loc) · 1.25 KB
/
vss-extension-server-plugin.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
{
"manifestVersion": 2,
"id": "tfs-aggregator-server-plugin",
"version": "2.2.1",
"name": "TFS Aggregator (Server Plugin)",
"description": "TFS Aggregator is a extension for TFS and VSTS that enables running custom script when Work Items change, allowing dynamic calculation of field values in TFS and more.",
"publisher": "tfsaggregatorteam",
"targets": [
{
"id": "Microsoft.TeamFoundation.Server.Integration",
"version": "[12.2,)"
}
],
"icons": {
"default": "images/logo.png"
},
"contributions": [
],
"galleryFlags": [
"Public"
],
"scopes": [
"vso.entitlements",
"vso.notification_manage",
"vso.project",
"vso.work_write"
],
"categories": [
"Plan and track"
],
"branding": {
"color": "rgb(132, 81, 161)",
"theme": "dark"
},
"content": {
"details": {
"path": "readme-server-plugin.md"
}
},
"links": {
"getstarted": {
"uri": "https://tfsaggregator.github.io/"
},
"support": {
"uri": "https://github.com/tfsaggregator/tfsaggregator/issues"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/tfsaggregator/tfsaggregator/"
},
"files": [
{
"path": "images/logo.png",
"addressable": true
}
]
}