-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvss-extension.dev.json
More file actions
87 lines (87 loc) · 2.66 KB
/
Copy pathvss-extension.dev.json
File metadata and controls
87 lines (87 loc) · 2.66 KB
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
{
"manifestVersion": 1,
"id": "alcops-ado-dev",
"publisher": "Arthurvdv",
"name": "ALCops (Dev)",
"version": "0.0.0",
"description": "DEV/TEST build — Download and install ALCops code analyzers for AL (Business Central) pipelines",
"categories": ["Azure Pipelines"],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"icons": {
"default": "images/icon.png"
},
"content": {
"details": {
"path": "overview.md"
}
},
"links": {
"home": {
"uri": "https://alcops.dev"
},
"repository": {
"uri": "https://github.com/ALCops/azure-devops-extension"
},
"issues": {
"uri": "https://github.com/ALCops/azure-devops-extension/issues"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/ALCops/azure-devops-extension"
},
"tags": [
"AL",
"Business Central",
"Dynamics 365",
"Code Analysis",
"ALCops",
"Dev"
],
"galleryFlags": [
"Preview"
],
"files": [
{ "path": "tasks/download" },
{ "path": "tasks/install-analyzers" },
{ "path": "tasks/detect-tfm-bc-artifact" },
{ "path": "tasks/detect-tfm-nuget-devtools" },
{ "path": "tasks/detect-tfm-marketplace" }
],
"contributions": [
{
"id": "download",
"type": "ms.vss-distributed-task.task",
"targets": ["ms.vss-distributed-task.tasks"],
"properties": { "name": "tasks/download" }
},
{
"id": "install-analyzers",
"type": "ms.vss-distributed-task.task",
"targets": ["ms.vss-distributed-task.tasks"],
"properties": { "name": "tasks/install-analyzers" }
},
{
"id": "detect-tfm-bc-artifact",
"type": "ms.vss-distributed-task.task",
"targets": ["ms.vss-distributed-task.tasks"],
"properties": { "name": "tasks/detect-tfm-bc-artifact" }
},
{
"id": "detect-tfm-nuget-devtools",
"type": "ms.vss-distributed-task.task",
"targets": ["ms.vss-distributed-task.tasks"],
"properties": { "name": "tasks/detect-tfm-nuget-devtools" }
},
{
"id": "detect-tfm-marketplace",
"type": "ms.vss-distributed-task.task",
"targets": ["ms.vss-distributed-task.tasks"],
"properties": { "name": "tasks/detect-tfm-marketplace" }
}
]
}