-
Notifications
You must be signed in to change notification settings - Fork 1
/
azure-devops-extension.json
64 lines (63 loc) · 1.64 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
55
56
57
58
59
60
61
62
63
64
{
"manifestVersion": 1,
"id": "continuous-conformance",
"publisher": "ContinuousConformanceTeam",
"version": "0.1.34",
"name": "Continuous Conformance",
"description": "Azure DevOps Extension",
"categories": [
"Azure Boards"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"icons": {
"default": "img/logo.png"
},
"content": {
"details": {
"path": "overview.md"
}
},
"links": {
"home": {
"uri": "https://github.com/siemens/continuous-conformance"
},
"repository": {
"uri": "https://github.com/siemens/continuous-conformance"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/siemens/continuous-conformance"
},
"badges": [
],
"files": [
{
"path": "dist",
"addressable": true
},
{
"path": "img",
"addressable": true
}
],
"contributions": [
{
"id": "feature-continuous-conformance",
"type": "ms.vss-web.feature",
"description": "Enable Continuous Conformance Tab in Work-Item Editor and Project Settings.",
"targets": [ "ms.vss-web.managed-features", "ms.vss-web.managed-features-onprem" ],
"properties": {
"name": "Continuous Conformance",
"userConfigurable": true,
"hostConfigurable": true,
"defaultState": false,
"hostScopes": ["project", null]
}
}
]
}