-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.json
48 lines (48 loc) · 1.16 KB
/
build.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
{
"dirs": {
"output": "build"
},
"task_libs": {
"TaskConfiguration.ts": [
"docker_tag_image",
"habitat_build",
"habitat_install",
"habitat_pkg_export",
"habitat_pkg_upload",
"habitat_pkg_install",
"habitat_signing_key",
"expose_habitat_build_vars"
]
},
"files": {
"task": [
"icon.png",
"task.json"
],
"extension": [
{
"source": "vss-extension.json"
},
{
"source": "docs/pages/index.md",
"target": "overview.md"
},
{
"source": "license.txt"
},
{
"source": "docs/images/build_plan.png"
},
{
"source": "docs/images/install_habitat.png"
},
{
"source": "docs/images/package_export.png"
},
{
"source": "docs/images/company_logo.png",
"target": "images/habitat-logo.png"
}
]
}
}