forked from development-bizeta-mestre/nsis-extension
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvss-extension.json
More file actions
60 lines (60 loc) · 1.44 KB
/
vss-extension.json
File metadata and controls
60 lines (60 loc) · 1.44 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
{
"manifestVersion": 1,
"id": "nsis-task",
"name": "Nsis Build Task",
"version": "1.1.7",
"publisher": "bizeta",
"public": true,
"icons": {
"default": "extension-icon.png"
},
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"tags": [
"nsis",
"installer generator"
],
"description": "Tasks for running Nsis scripts to produce installers.",
"categories": [
"Azure Pipelines"
],
"repository": {
"type": "git",
"uri": "https://github.com/dev-maxima/nsis-extension"
},
"badges": [
{
"href": "https://github.com/dev-maxima/nsis-extension",
"uri": "https://maximaretail.visualstudio.com/OneStore/_apis/build/status/DevOps%20extensions/dev-maxima.nsis-extension?branchName=master",
"description": "DevOps Build Status"
}
],
"content": {
"details": {
"path": "readme.md"
},
"license": {
"path": "license"
}
},
"files": [
{
"path": "nsis"
}
],
"contributions": [
{
"id": "796c90b1-9f8c-424a-b03b-b789bb5945d3",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "nsis"
}
}
]
}