1
1
{
2
2
"build_entry_point" : " docs" ,
3
3
"need_generate_pdf" : true ,
4
- "need_generate_intellisense" : false ,
5
- "enable_incremental_build" : false ,
6
4
"docsets_to_publish" : [
7
5
{
8
6
"docset_name" : " azureps" ,
11
9
"locale" : " en-us" ,
12
10
"monikers" : [],
13
11
"open_to_public_contributors" : true ,
14
-
15
12
"type_mapping" : {
16
13
"Conceptual" : " Content" ,
17
14
"ManagedReference" : " Content" ,
33
30
],
34
31
"notification_subscribers" : [],
35
32
"branches_to_filter" : [],
36
- "skip_source_output_uploading" : false ,
37
33
"git_repository_branch_open_to_public_contributors" : " master" ,
34
+ "skip_source_output_uploading" : false ,
35
+ "enable_incremental_build" : false ,
36
+ "contribution_branch_mappings" : {},
38
37
"dependent_repositories" : [
39
38
{
40
39
"path_to_root" : " _themes" ,
49
48
"branch_mapping" : {}
50
49
}
51
50
],
51
+ "branch_target_mapping" : {
52
+ "live" : [
53
+ " Publish" ,
54
+ " Pdf"
55
+ ]
56
+ },
57
+ "need_generate_pdf_url_template" : true ,
58
+ "need_generate_intellisense" : false ,
52
59
"dependent_packages" : [
53
60
{
54
61
"path_to_root" : " _dependentPackages/azurecli.plugins" ,
67
74
"monikerPath" : [
68
75
" mapping/monikerMapping.json"
69
76
],
70
- "need_generate_pdf_url_template" : true ,
71
77
"dest" : " _site"
72
- }
78
+ }
0 commit comments