1
1
{
2
- "need_generate_intellisense" : false ,
3
- "need_preview_pull_request" : true ,
4
- "need_pr_comments" : false ,
5
- "need_generate_pdf_url_template" : true ,
6
- "git_repository_branch_open_to_public_contributors" : " master" ,
7
- "branch_target_mapping" : {
8
- "live" : [
9
- " Publish" ,
10
- " Pdf"
11
- ],
12
- "master" : [
13
- " Publish" ,
14
- " Pdf"
15
- ]
16
- },
17
- "Targets" : {
18
- "Pdf" : {
19
- "template_folder" : " _themes.pdf"
20
- }
21
- },
22
2
"docsets_to_publish" : [
23
3
{
24
4
"docset_name" : " core-docs" ,
25
5
"build_source_folder" : " ." ,
26
6
"build_output_subfolder" : " ." ,
27
7
"locale" : " en-us" ,
8
+ "monikers" : [],
28
9
"xref_query_tags" : [
29
10
" /uwp/api"
30
11
],
31
- "monikers" : [],
32
12
"filemap_share_depots" : [
33
13
" VS.dotnet-api-docs"
34
14
],
45
25
}
46
26
],
47
27
"notification_subscribers" : [],
28
+ "sync_notification_subscribers" : [],
48
29
"branches_to_filter" : [],
30
+ "git_repository_branch_open_to_public_contributors" : " main" ,
49
31
"skip_source_output_uploading" : false ,
32
+ "need_preview_pull_request" : true ,
33
+ "need_pr_comments" : false ,
34
+ "contribution_branch_mappings" : {},
50
35
"dependent_repositories" : [
51
36
{
52
37
"path_to_root" : " _themes" ,
53
38
"url" : " https://github.com/Microsoft/templates.docs.msft" ,
54
- "branch" : " master"
39
+ "branch" : " master" ,
40
+ "branch_mapping" : {}
55
41
},
56
42
{
57
43
"path_to_root" : " _themes.pdf" ,
58
44
"url" : " https://github.com/Microsoft/templates.docs.msft.pdf" ,
59
- "branch" : " master"
45
+ "branch" : " master" ,
46
+ "branch_mapping" : {}
60
47
},
61
48
{
62
49
"path_to_root" : " _csharplang" ,
63
50
"url" : " https://github.com/dotnet/csharplang" ,
64
51
"branch" : " master" ,
65
- "include_in_build " : true
52
+ "branch_mapping " : {}
66
53
},
67
54
{
68
55
"path_to_root" : " _vblang" ,
69
56
"url" : " https://github.com/dotnet/vblang" ,
70
57
"branch" : " master" ,
71
- "include_in_build " : true
58
+ "branch_mapping " : {}
72
59
},
73
60
{
74
61
"path_to_root" : " machinelearning-samples" ,
75
62
"url" : " https://github.com/dotnet/machinelearning-samples" ,
76
- "branch" : " master"
63
+ "branch" : " master" ,
64
+ "branch_mapping" : {}
77
65
},
78
66
{
79
67
"path_to_root" : " iot-samples" ,
80
68
"url" : " https://github.com/MicrosoftDocs/dotnet-iot-assets" ,
81
- "branch" : " master"
69
+ "branch" : " master" ,
70
+ "branch_mapping" : {}
82
71
}
83
72
],
73
+ "branch_target_mapping" : {
74
+ "live" : [
75
+ " Publish" ,
76
+ " Pdf"
77
+ ],
78
+ "master" : [
79
+ " Publish" ,
80
+ " Pdf"
81
+ ]
82
+ },
83
+ "need_generate_pdf_url_template" : true ,
84
+ "targets" : {
85
+ "Pdf" : {
86
+ "template_folder" : " _themes.pdf"
87
+ }
88
+ },
84
89
"docs_build_engine" : {
85
90
"name" : " docfx_v3"
86
- }
87
- }
91
+ },
92
+ "need_generate_intellisense" : false
93
+ }
0 commit comments