This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvss-extension.dev.json
64 lines (64 loc) · 1.7 KB
/
vss-extension.dev.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": "env-transform-dev",
"name": "Env Transform - DEV",
"version": "1.2.3",
"publisher": "JoachimDalen",
"public": false,
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "A task to perform variable replacement for environment files",
"categories": ["Azure Pipelines"],
"tags": ["pipeline", "build", "transformation", ".env", "replace", "variable", "substitution"],
"files": [
{
"path": "tasks/env-transform/dist/bundle",
"packagePath": "/env-transform/env-transform"
}
],
"icons": {
"default": "extension-icon.png"
},
"content": {
"details": { "path": "marketplace/docs/README.md" },
"changelog": { "path": "marketplace/docs/CHANGELOG.md" }
},
"branding": {
"color": "#198695",
"theme": "dark"
},
"repository": {
"type": "git",
"uri": "https://github.com/joachimdalen/azdevops-env-transform"
},
"links": {
"getstarted": {
"uri": "https://docs.devops-extensions.dev/docs/extensions/env-transform"
},
"repository": {
"uri": "https://github.com/joachimdalen/azdevops-env-transform"
},
"support": {
"uri": "https://github.com/joachimdalen/azdevops-env-transform/issues"
},
"privacypolicy": {
"uri": "https://docs.devops-extensions.dev/docs/privacy"
},
"license": {
"uri": "https://github.com/joachimdalen/azdevops-env-transform/blob/main/LICENSE"
}
},
"contributions": [
{
"id": "057845f0-8352-446f-a666-cb0e1f1055e3",
"type": "ms.vss-distributed-task.task",
"targets": ["ms.vss-distributed-task.tasks"],
"properties": {
"name": "env-transform/env-transform"
}
}
]
}