-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuild.json
52 lines (52 loc) · 1.1 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
49
50
51
52
{
"dirs": {
"output": "build"
},
"task_libs": {
"chefapi.ts": [
"env_version_constraint",
"env_vsts_variables"
],
"settings.ts": [
"cookbook_version",
"env_version_constraint",
"env_vsts_variables",
"exec_chef_client",
"exec_inspec",
"install_chefdk",
"install_inspec",
"publish_supermarket",
"upload_cookbook",
"gem_install",
"exec_knife",
"linting",
"test_kitchen",
"cookbook_gems"
],
"utils.ts": [
"publish_supermarket",
"upload_cookbook",
"install_chefdk",
"install_inspec",
"exec_inspec",
"linting",
"test_kitchen",
"cookbook_gems"
]
},
"files": {
"task": [
"icon.png",
"task.json"
],
"extension": [
"vss-extension.json",
"overview.md",
"license.txt",
"screenshot_env_task.png",
"screenshot_env_parameters.png",
"screenshot_chef_server_endpoint.png",
"images"
]
}
}