-
Notifications
You must be signed in to change notification settings - Fork 0
/
vss-extension.json
59 lines (59 loc) · 1.27 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
{
"manifestVersion": 1,
"id": "68377f11-49ef-47cc-8f89-8521c12dc65e",
"name": "Yo Team Build Tasks",
"version": "0.0.5",
"publisher": "LoECDA",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Tasks to help get your CI/CD Pipelines going.",
"categories": [
"Build and release"
],
"tags": [
"powershell",
"unit",
"lint",
"syntax"
],
"content": {
"details": {
"path": "README.md"
},
"license": {
"path": "LICENSE"
}
},
"links": {
"support": {
"uri": "https://github.com/LoECDA/LoECDA-Build-Extension"
}
},
"branding": {
"color": "rgb(36, 43, 50)",
"theme": "dark"
},
"icons": {
"default": "icon.png"
},
"files": [
{
"path": "PowerShellBuild"
}
],
"contributions": [
{
"id": "c7f221ba-f39c-47b0-bdf8-aa9ca2a13cdb",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "PowerShellBuild"
}
}
]
}