-
Notifications
You must be signed in to change notification settings - Fork 0
/
vss-extension.tfs2018.json
99 lines (99 loc) · 2.41 KB
/
vss-extension.tfs2018.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"manifestVersion": 1,
"id": "hlv-azure-devops-extension-pack",
"version": "1.1.18",
"name": "Azure DevOps Extensions Pack for TFS 2018",
"description": "A combined package that contains all needs of my DevOps team",
"publisher": "hlvtrinh",
"categories": [
"Code"
],
"galleryFlags": [
"Public",
"Paid",
"Preview"
],
"links":{
"support":{
"uri":"[email protected]"
}
},
"content": {
"details": {
"path": "overview.md"
}
},
"tags": [
"build and release task",
"download ftp",
"ftp artifact",
"publish test plan result",
"git command",
"git synchronize"
],
"icons": {
"default": "images/icon.png"
},
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"contributions": [
{
"id": "hlv-publish-testplan-results",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"//Name of the task. This must match the folder name of the corresponding self-contained build task definition.": "",
"name": "buildAndReleaseTask/PublishTestPlanResults"
}
},
{
"id": "hlv-download-ftp-artifact",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"//Name of the task. This must match the folder name of the corresponding self-contained build task definition.": "",
"name": "buildAndReleaseTask/DownloadFTPArtifact"
}
},
{
"id": "hlv-git-commands",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"//Name of the task. This must match the folder name of the corresponding self-contained build task definition.": "",
"name": "buildAndReleaseTask/GitCommands"
}
}
],
"files": [
{
"path": "sdk/scripts",
"addressable": true
},
{
"path": "images/icon.png",
"addressable": true
},
{
"path": "buildAndReleaseTask/DownloadFTPArtifact"
},
{
"path": "buildAndReleaseTask/PublishFTPArtifact"
},
{
"path": "buildAndReleaseTask/PublishTestPlanResults"
},
{
"path": "buildAndReleaseTask/GitCommands"
}
]
}