Remove windows-manage in .openpublishing.publish.config.json under live branch.

This commit is contained in:
Christopher McClister 2022-02-28 12:20:08 -08:00
parent 34e3bdb5bc
commit 87d68f443c

View File

@ -273,22 +273,6 @@
"build_entry_point": "docs", "build_entry_point": "docs",
"template_folder": "_themes" "template_folder": "_themes"
}, },
{
"docset_name": "windows-manage",
"build_source_folder": "windows/manage",
"build_output_subfolder": "windows-manage",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes"
},
{ {
"docset_name": "windows-plan", "docset_name": "windows-plan",
"build_source_folder": "windows/plan", "build_source_folder": "windows/plan",
@ -400,7 +384,6 @@
"skip_source_output_uploading": false, "skip_source_output_uploading": false,
"need_preview_pull_request": true, "need_preview_pull_request": true,
"resolve_user_profile_using_github": true, "resolve_user_profile_using_github": true,
"contribution_branch_mappings": {},
"dependent_repositories": [ "dependent_repositories": [
{ {
"path_to_root": "_themes.pdf", "path_to_root": "_themes.pdf",
@ -431,9 +414,8 @@
"template_folder": "_themes.pdf" "template_folder": "_themes.pdf"
} }
}, },
"docs_build_engine": { "docs_build_engine": {},
"name": "docfx_v3" "contribution_branch_mappings": {},
},
"need_generate_pdf": false, "need_generate_pdf": false,
"need_generate_intellisense": false "need_generate_intellisense": false
} }