Skip to content

Commit e3a5edf

Browse files
committed
enable incremental build
1 parent a73f02a commit e3a5edf

1 file changed

Lines changed: 36 additions & 35 deletions

File tree

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
1-
{
2-
"build_entry_point": "docs",
3-
"need_generate_pdf": false,
4-
"need_generate_intellisense": false,
5-
"docsets_to_publish": [
6-
{
7-
"docset_name": "vcppdocs",
8-
"build_source_folder": "docs",
9-
"build_output_subfolder": "vcppdocs",
10-
"locale": "en-us",
11-
"version": 0,
12-
"open_to_public_contributors": true,
13-
"type_mapping": {
14-
"Conceptual": "Content",
15-
"ManagedReference": "Content",
16-
"RestApi": "Content"
17-
},
18-
"template_folder": "_themes"
19-
}
20-
],
21-
"notification_subscribers": [],
22-
"branches_to_filter": [],
23-
"skip_source_output_uploading": false,
24-
"git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/cpp-docs",
25-
"git_repository_branch_open_to_public_contributors": "master",
26-
"dependent_repositories": [
27-
{
28-
"path_to_root": "_themes",
29-
"url": "https://github.com/Microsoft/templates.docs.msft",
30-
"branch": "master",
31-
"branch_mapping": {}
32-
}
33-
],
34-
"need_generate_pdf_url_template": false
35-
}
1+
{
2+
"build_entry_point": "docs",
3+
"need_generate_pdf": false,
4+
"need_generate_intellisense": false,
5+
"docsets_to_publish": [
6+
{
7+
"docset_name": "vcppdocs",
8+
"build_source_folder": "docs",
9+
"build_output_subfolder": "vcppdocs",
10+
"locale": "en-us",
11+
"version": 0,
12+
"open_to_public_contributors": true,
13+
"type_mapping": {
14+
"Conceptual": "Content",
15+
"ManagedReference": "Content",
16+
"RestApi": "Content"
17+
},
18+
"template_folder": "_themes"
19+
}
20+
],
21+
"notification_subscribers": [],
22+
"branches_to_filter": [],
23+
"skip_source_output_uploading": false,
24+
"git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/cpp-docs",
25+
"git_repository_branch_open_to_public_contributors": "master",
26+
"dependent_repositories": [
27+
{
28+
"path_to_root": "_themes",
29+
"url": "https://github.com/Microsoft/templates.docs.msft",
30+
"branch": "master",
31+
"branch_mapping": {}
32+
}
33+
],
34+
"need_generate_pdf_url_template": false,
35+
"enable_incremental_build": true
36+
}

0 commit comments

Comments
 (0)