1
1
{
2
2
"build_entry_point" : " docs" ,
3
- "need_generate_pdf_url_template" : true ,
4
- "need_generate_intellisense" : false ,
5
- "need_preview_pull_request" : 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
3
"docsets_to_publish" : [
23
4
{
24
5
"docset_name" : " IIS-Administration-e2e-prod" ,
36
17
}
37
18
],
38
19
"notification_subscribers" : [],
20
+ "sync_notification_subscribers" : null ,
39
21
"branches_to_filter" : [],
22
+ "git_repository_branch_open_to_public_contributors" : " main" ,
40
23
"skip_source_output_uploading" : false ,
24
+ "need_preview_pull_request" : true ,
25
+ "contribution_branch_mappings" : null ,
41
26
"dependent_repositories" : [
42
27
{
43
28
"path_to_root" : " _themes" ,
44
29
"url" : " https://github.com/Microsoft/templates.docs.msft" ,
45
- "branch" : " master " ,
30
+ "branch" : " main " ,
46
31
"branch_mapping" : {}
47
32
},
48
33
{
49
34
"path_to_root" : " _themes.pdf" ,
50
35
"url" : " https://github.com/Microsoft/templates.docs.msft.pdf" ,
51
- "branch" : " master"
36
+ "branch" : " main" ,
37
+ "branch_mapping" : {}
38
+ }
39
+ ],
40
+ "branch_target_mapping" : {
41
+ "live" : [
42
+ " Publish" ,
43
+ " Pdf"
44
+ ],
45
+ "main" : [
46
+ " Publish" ,
47
+ " Pdf"
48
+ ]
49
+ },
50
+ "need_generate_pdf_url_template" : true ,
51
+ "need_generate_intellisense" : false ,
52
+ "Targets" : {
53
+ "Pdf" : {
54
+ "template_folder" : " _themes.pdf"
52
55
}
53
- ]
54
- }
56
+ }
57
+ }
0 commit comments