Skip to content

Commit 7bccce4

Browse files
author
luyajun0205
committed
Config changes to reflect the default branch from master to main.
1 parent 5760914 commit 7bccce4

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

.openpublishing.publish.config.json

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
{
22
"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-
},
223
"docsets_to_publish": [
234
{
245
"docset_name": "IIS-Administration-e2e-prod",
@@ -36,19 +17,41 @@
3617
}
3718
],
3819
"notification_subscribers": [],
20+
"sync_notification_subscribers": null,
3921
"branches_to_filter": [],
22+
"git_repository_branch_open_to_public_contributors": "main",
4023
"skip_source_output_uploading": false,
24+
"need_preview_pull_request": true,
25+
"contribution_branch_mappings": null,
4126
"dependent_repositories": [
4227
{
4328
"path_to_root": "_themes",
4429
"url": "https://github.com/Microsoft/templates.docs.msft",
45-
"branch": "master",
30+
"branch": "main",
4631
"branch_mapping": {}
4732
},
4833
{
4934
"path_to_root": "_themes.pdf",
5035
"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"
5255
}
53-
]
54-
}
56+
}
57+
}

0 commit comments

Comments
 (0)