Remove azuredotnet in .openpublishing.publish.config.json under live branch.

This commit is contained in:
olprod 2021-08-19 16:53:25 -07:00
Родитель 5808251e3f
Коммит 5f22b5ab49
1 изменённых файлов: 87 добавлений и 126 удалений

Просмотреть файл

@ -1,127 +1,88 @@
{ {
"docsets_to_publish": [ "docsets_to_publish": [],
{ "notification_subscribers": [],
"customized_tasks": { "branches_to_filter": [
"docset_postbuild": [ "live"
"_dependentPackages/ECMA2Yaml/tools/PostBuild.ps1" ],
], "continue_with_document_error": true,
"docset_prebuild": [ "skip_source_output_uploading": false,
"_dependentPackages/ECMA2Yaml/tools/Run.ps1", "need_preview_pull_request": true,
"_dependentPackages/CommonPlugins/tools/SplitTOC.ps1", "dependent_repositories": [
"_dependentPackages/CommonPlugins/tools/JoinTOC.ps1", {
"_dependentPackages/CommonPlugins/tools/DiffFolder.ps1" "path_to_root": "_themes",
] "url": "https://github.com/Microsoft/templates.docs.msft.de-DE",
}, "branch": "master",
"build_output_subfolder": ".", "branch_mapping": {}
"locale": "de-DE", },
"docset_name": "azuredotnet", {
"open_to_public_contributors": false, "path_to_root": "_repo.en-us",
"monikers": [ "url": "https://github.com/Azure/azure-docs-sdk-dotnet",
"azure-dotnet" "branch": "live",
], "branch_mapping": {
"version": 0, "live": "live",
"build_source_folder": ".", "main": "main"
"template_folder": "_themes", }
"build_entry_point": "docs", },
"type_mapping": { {
"APIConnector": "Content", "path_to_root": "azure-storage-net",
"RestApi": "Content", "url": "https://github.com/Azure/azure-storage-net",
"LandingData": "Content", "branch": "master",
"UniversalReference": "Content", "branch_mapping": {}
"ManagedReference": "Content", },
"Conceptual": "Content", {
"NetEnum": "Content", "path_to_root": "aci-docs-sample-dotnet",
"NetDelegate": "Content", "url": "https://github.com/Azure-Samples/aci-docs-sample-dotnet",
"NetNamespace": "Content", "branch": "master",
"NetMember": "Content", "branch_mapping": {}
"NetType": "Content", }
"ReferenceContainer": "Content" ],
} "need_generate_pdf_url_template": false,
} "docs_build_engine": {
], "name": "docfx_v3"
"notification_subscribers": [], },
"branches_to_filter": [ "enable_incremental_build": true,
"live" "need_generate_pdf": false,
], "SplitTOC": "api/toc.yml",
"continue_with_document_error": true, "JoinTOCPlugin": [
"skip_source_output_uploading": false, {
"need_preview_pull_request": true, "ReferenceTOC": "api/toc.yml",
"enable_incremental_build": true, "ReferenceTOCUrl": "/dotnet/api/azure_ref_toc/toc.json",
"dependent_repositories": [ "TopLevelTOC": "docs-ref-toc/top_level_toc.yml",
{ "ConceptualTOCUrl": "/dotnet/azure/toc.json",
"path_to_root": "_themes", "ConceptualTOC": "docs-ref-conceptual/toc.yml",
"url": "https://github.com/Microsoft/templates.docs.msft.de-DE", "ContainerPageMetadata": {
"branch": "master", "langs": [
"branch_mapping": {} "csharp"
}, ]
{ },
"path_to_root": "_repo.en-us", "OutputFolder": "api/overview/azure",
"url": "https://github.com/Azure/azure-docs-sdk-dotnet", "HideEmptyNode": true
"branch": "live", }
"branch_mapping": { ],
"live": "live", "need_generate_intellisense": false,
"main": "main" "ECMA2Yaml": {
} "OutputYamlFolder": "api",
}, "SourceXmlFolder": "xml",
{ "Flatten": true,
"path_to_root": "azure-storage-net", "SDPMode": true
"url": "https://github.com/Azure/azure-storage-net", },
"branch": "master", "DiffFolder": [
"branch_mapping": {} "api"
}, ],
{ "dependent_packages": [
"path_to_root": "aci-docs-sample-dotnet", {
"url": "https://github.com/Azure-Samples/aci-docs-sample-dotnet", "path_to_root": "_dependentPackages/CommonPlugins",
"branch": "master", "target_framework": "net45",
"branch_mapping": {} "version": "latest",
} "id": "Microsoft.OpenPublishing.CommonPlugins",
], "nuget_feed": "https://www.myget.org/F/op/api/v2"
"need_generate_pdf_url_template": false, },
"docs_build_engine": { {
"name": "docfx_v3" "id": "Microsoft.DocAsCode.ECMA2Yaml",
}, "nuget_feed": "https://www.myget.org/F/op/api/v2",
"need_generate_pdf": false, "path_to_root": "_dependentPackages/ECMA2Yaml",
"SplitTOC": "api/toc.yml", "target_framework": "net45",
"JoinTOCPlugin": [ "version": "latest"
{ }
"ReferenceTOC": "api/toc.yml", ]
"ReferenceTOCUrl": "/dotnet/api/azure_ref_toc/toc.json",
"TopLevelTOC": "docs-ref-toc/top_level_toc.yml",
"ConceptualTOCUrl": "/dotnet/azure/toc.json",
"ConceptualTOC": "docs-ref-conceptual/toc.yml",
"ContainerPageMetadata": {
"langs": [
"csharp"
]
},
"OutputFolder": "api/overview/azure",
"HideEmptyNode": true
}
],
"need_generate_intellisense": false,
"ECMA2Yaml": {
"OutputYamlFolder": "api",
"SourceXmlFolder": "xml",
"Flatten": true,
"SDPMode": true
},
"DiffFolder": [
"api"
],
"dependent_packages": [
{
"path_to_root": "_dependentPackages/CommonPlugins",
"target_framework": "net45",
"version": "latest",
"id": "Microsoft.OpenPublishing.CommonPlugins",
"nuget_feed": "https://www.myget.org/F/op/api/v2"
},
{
"id": "Microsoft.DocAsCode.ECMA2Yaml",
"nuget_feed": "https://www.myget.org/F/op/api/v2",
"path_to_root": "_dependentPackages/ECMA2Yaml",
"target_framework": "net45",
"version": "latest"
}
]
} }