-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-devops-extension.json
54 lines (54 loc) · 1.32 KB
/
azure-devops-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
{
"manifestVersion": 1,
"id": "download-multiple-secure-files",
"name": "Download multiple secure files",
"version": "1.1.4",
"publisher": "Cogworks",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Download multiple secure files to the agent machine.",
"categories": ["Azure Pipelines"],
"branding": {
"color": "rgb(255, 255, 255)",
"theme": "light"
},
"content": {
"details": {
"path": "download-multiple-secure-files-extension/readme.md"
},
"license": {
"path": "download-multiple-secure-files-extension/license.txt"
}
},
"icons": {
"default": "download-multiple-secure-files-extension/images/icon-large.png"
},
"files": [
{
"path": "download-multiple-secure-files-task/_build",
"addressable": true
}
],
"links": {
"support": {
"uri": "https://github.com/aochmann/azure-download-multiple-secure-files"
}
},
"repository": {
"type": "git",
"url": "https://github.com/aochmann/azure-download-multiple-secure-files"
},
"contributions": [
{
"id": "download-multiple-secure-files-task",
"type": "ms.vss-distributed-task.task",
"targets": ["ms.vss-distributed-task.tasks"],
"properties": {
"name": "download-multiple-secure-files-task"
}
}
]
}