-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvss-extension.json
36 lines (36 loc) · 933 Bytes
/
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
{
"manifestVersion": 1,
"id": "18421c9a-0947-11ed-861d-0242ac120002",
"name": "SSHWithDiffie-hellman-group1-sha1",
"version": "0.0.3",
"publisher": "OscarTisnado",
"targets": [
{
"id": "Microsoft.TeamFoundation.Server"
}
],
"description": "Tools for building/releasing with Fabrikam. Includes one build/release task.",
"categories": [
"Azure Pipelines"
],
"icons": {
"default": "images/extension-icon.png"
},
"files": [
{
"path": "buildandreleasetask"
}
],
"contributions": [
{
"id": "d78a5fea-0942-11ed-861d-0242ac120002",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "buildandreleasetask"
}
}
]
}