Skip to content

Commit 93de3e3

Browse files
authored
Reverted commit 99c2172 (#2539)
Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com>
1 parent 60869fc commit 93de3e3

File tree

1 file changed

+52
-51
lines changed

1 file changed

+52
-51
lines changed

.openpublishing.publish.config.json

Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,51 @@
11
{
2+
"branch_target_mapping": {
3+
"live": [
4+
"Publish"
5+
]
6+
},
7+
"branches_to_filter": [],
28
"build_entry_point": "docs",
9+
"contribution_branch_mappings": {},
10+
"dependent_packages": [
11+
{
12+
"id": "Microsoft.DocAsCode.MAML2Yaml",
13+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
14+
"path_to_root": "_dependentPackages/MAML2Yaml",
15+
"target_framework": "net45",
16+
"version": "latest"
17+
}
18+
],
19+
"dependent_repositories": [
20+
{
21+
"branch": "main",
22+
"branch_mapping": {},
23+
"path_to_root": "_themes",
24+
"url": "https://github.com/Microsoft/templates.docs.msft"
25+
}
26+
],
27+
"dest": "_site",
28+
"docs_build_engine": {
29+
"name": "docfx_v3"
30+
},
331
"docsets_to_publish": [
432
{
5-
"docset_name": "azureps",
6-
"build_source_folder": ".",
33+
"build_entry_point": "docs",
734
"build_output_subfolder": "azureps",
35+
"build_source_folder": ".",
36+
"customized_tasks": {
37+
"docset_prebuild": [
38+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
39+
]
40+
},
41+
"docset_name": "azureps",
842
"locale": "en-us",
9-
"monikers": [],
10-
"moniker_ranges": [],
11-
"xref_query_tags": [
12-
"/dotnet"
43+
"monikerPath": [
44+
"mapping/monikerMapping.json"
1345
],
46+
"monikers": [],
1447
"open_to_public_contributors": true,
48+
"template_folder": "_themes",
1549
"type_mapping": {
1650
"ZonePivotGroups": "Toc",
1751
"Conceptual": "Content",
@@ -21,59 +55,26 @@
2155
"RestApi": "Content",
2256
"Tutorial": "Content"
2357
},
24-
"build_entry_point": "docs",
25-
"template_folder": "_themes",
26-
"customized_tasks": {
27-
"docset_prebuild": [
28-
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
29-
]
30-
},
31-
"monikerPath": [
32-
"mapping/monikerMapping.json"
33-
],
34-
"version": 0
35-
}
36-
],
37-
"notification_subscribers": [],
38-
"sync_notification_subscribers": [],
39-
"branches_to_filter": [],
40-
"git_repository_branch_open_to_public_contributors": "main",
41-
"need_preview_pull_request": true,
42-
"dependent_repositories": [
43-
{
44-
"path_to_root": "_themes",
45-
"url": "https://github.com/Microsoft/templates.docs.msft",
46-
"branch": "main",
47-
"branch_mapping": {}
58+
"version": 0,
59+
"xref_query_tags": [
60+
"/dotnet"
61+
]
4862
}
4963
],
50-
"branch_target_mapping": {
51-
"live": [
52-
"Publish"
53-
]
54-
},
55-
"targets": {},
64+
"enable_incremental_build": false,
5665
"error_log_codes": [
5766
"DuplicateOutputFiles"
5867
],
59-
"docs_build_engine": {},
60-
"contribution_branch_mappings": {},
61-
"dependent_packages": [
62-
{
63-
"id": "Microsoft.DocAsCode.MAML2Yaml",
64-
"nuget_feed": "https://www.myget.org/F/op/api/v2",
65-
"path_to_root": "_dependentPackages/MAML2Yaml",
66-
"target_framework": "net45",
67-
"version": "latest"
68-
}
69-
],
70-
"dest": "_site",
71-
"enable_incremental_build": false,
68+
"git_repository_branch_open_to_public_contributors": "main",
7269
"need_generate_intellisense": false,
7370
"need_generate_pdf_url_template": false,
71+
"need_preview_pull_request": true,
72+
"notification_subscribers": [],
7473
"redirection_files": [
7574
".openpublishing.redirection.json",
7675
".openpublishing.redirection.smps.json"
7776
],
78-
"skip_source_output_uploading": false
79-
}
77+
"skip_source_output_uploading": false,
78+
"sync_notification_subscribers": [],
79+
"targets": {}
80+
}

0 commit comments

Comments
 (0)