-
Notifications
You must be signed in to change notification settings - Fork 13
/
extension-manifest.json
79 lines (78 loc) · 1.61 KB
/
extension-manifest.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"manifestVersion": 1,
"id": "PeterGroenewegen-Xpirit-Vsts-Release-Terraform",
"name": "Terraform",
"version": "2.5.1",
"publisher": "petergroenewegen",
"public": true,
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Build extension that enable you to run Terraforms on the build agent.",
"categories": [
"Build and release"
],
"tags": [
"terraform",
"release",
"build",
"azure",
"azurerm",
"aws",
"iac",
"google",
"cloud",
"infrastucture as code",
"Hashicorp",
"Xpirit",
"deploy",
"template"
],
"screenshots": [
{
"path": "Xpirit.Vsts.Release.Terraform.Extension/images/screenshot.png"
}
],
"content": {
"details": {
"path": "Xpirit.Vsts.Release.Terraform.Extension/readme.md"
},
"license": {
"path": "Xpirit.Vsts.Release.Terraform.Extension/license.txt"
}
},
"links": {
"getstarted": {
"uri": "https://pgroene.wordpress.com/"
},
"support": {
"uri": "https://github.com/XpiritBV/Xpirit-Vsts-Release-Terraform"
}
},
"branding": {
"color": "rgb(36, 43, 50)",
"theme": "dark"
},
"icons": {
"default": "Xpirit.Vsts.Release.Terraform.Extension/images/Terraform.png"
},
"files": [
{
"path": "Xpirit-Vsts-Release-Terraform"
}
],
"contributions": [
{
"id": "Xpirit-Vsts-Release-Terraform",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "Xpirit-Vsts-Release-Terraform"
}
}
]
}