forked from keesschollaart81/vsts-arm-outputs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvss-extension.json
121 lines (121 loc) · 3.24 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"manifestVersion": 1,
"id": "arm-outputs",
"name": "ARM Outputs",
"version": "5.3.0",
"publisher": "keesschollaart",
"public": true,
"helpMarkDown": "[More Information](https://github.com/keesschollaart81/vsts-arm-outputs)",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "This extension reads the output values of an ARM deployment and sets them as Azure Pipelines variable",
"categories": [
"Azure Pipelines"
],
"tags": [
"azure",
"arm",
"template",
"build",
"release",
"output",
"variable",
"parameter",
"resource",
"group",
"deployment",
"resourcegroup"
],
"screenshots": [
{
"path": "images/screenshot.png"
},
{
"path": "images/screenshot2.png"
}
],
"content": {
"details": {
"path": "Marketplace.md"
},
"license": {
"path": "LICENSE"
}
},
"links": {
"getstarted": {
"uri": "https://github.com/keesschollaart81/vsts-arm-outputs"
},
"support": {
"uri": "https://github.com/keesschollaart81/vsts-arm-outputs"
},
"issues": {
"uri": "https://github.com/keesschollaart81/vsts-arm-outputs/issues"
}
},
"badges": [
{
"href": "https://caseonline.visualstudio.com/ARM%20Outputs/_build/latest?definitionId=19",
"uri": "https://caseonline.visualstudio.com/ARM%20Outputs/_apis/build/status/ARM%20Outputs-CI?branchName=dev",
"description": "Build"
},
{
"href": "https://caseonline.visualstudio.com/ARM%20Outputs/_release?definitionId=1",
"uri": "https://caseonline.vsrm.visualstudio.com/_apis/public/Release/badge/0b79a2e6-b205-45d0-a677-ad0688669d24/1/3",
"description": "Release"
}
],
"branding": {
"color": "rgb(216, 224, 240)",
"theme": "light"
},
"icons": {
"default": "images/icon.png",
"large": "images/icon-large.png"
},
"files": [
{
"path": "arm-outputs/arm-outputsV1/",
"packagePath": "/arm-outputs/arm-outputsV1/"
},
{
"path": "arm-outputs/arm-outputsV2/dist/bundle",
"packagePath": "/arm-outputs/arm-outputsV2/"
},
{
"path": "images/screenshot.png",
"addressable": true
},
{
"path": "images/screenshot2.png",
"addressable": true
},
{
"path": "images/icon.png",
"addressable": true
},
{
"path": "images/icon-large.png",
"addressable": true
}
],
"contributions": [
{
"id": "arm-outputs",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "arm-outputs"
}
}
],
"repository": {
"type": "git",
"uri": "https://github.com/keesschollaart81/vsts-arm-outputs"
}
}