-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvss-extension.json
62 lines (62 loc) · 1.18 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
{
"manifestVersion": 1,
"id": "BuildReleaseSetRetention-Tasks",
"version": "2.0.0",
"name": "Set Retention forever on a Build Release",
"publisher": "HariBabuBavanari",
"description": "A set of tasks that update TFS 2015 Builds and Releases Retention.",
"categories": [
"Build and release"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"tags": [
"Release",
"Build"
],
"galleryFlags": [
"Public"
],
"branding": {
"color": "#f97923",
"theme": "dark"
},
"icons": {
"default": "images/logo.png"
},
"content": {
"details": {
"path": "readme.md"
},
"license": {
"path": "license.md"
}
},
"screenshots": [
{
"path": "images/Screenshot1.png"
}
,
{
"path": "images/Screenshot2.png"
}
],
"files": [
{
"path": "BuildReleaseRetentionTask"
}],
"contributions": [
{
"id": "BuildReleaseRetention-Task",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "BuildReleaseRetentionTask"
}
} ]
}