Remove ml-api-docs in .openpublishing.publish.config.json under master branch.

This commit is contained in:
Michael Schulz 2018-05-02 07:57:03 -07:00 коммит произвёл Maira Wenzel
Родитель 989da3e9ff
Коммит b346245caf
1 изменённых файлов: 44 добавлений и 88 удалений

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

@ -1,89 +1,45 @@
{
"docsets_to_publish": [
{
"docset_name": "ml-api-docs",
"build_source_folder": "ml-api-docs",
"build_output_subfolder": "ml-api-docs",
"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",
"base_path": "dotnet/api",
"site_name": "Docs",
"customized_template_paths": [
"_dependentPackages/memberpage.plugins/content"
],
"customized_tasks": {
"docset_prebuild": [
"_dependentPackages/ECMA2Yaml/tools/Run.ps1",
"_dependentPackages/CommonPlugins/tools/SplitTOC.ps1",
"_dependentPackages/CommonPlugins/tools/DiffFolder.ps1"
],
"docset_postbuild": [
"_dependentPackages/ECMA2Yaml/tools/PostBuild.ps1"
]
},
"ECMA2Yaml": {
"SourceXmlFolder": "ml-api-docs/xml",
"OutputYamlFolder": "ml-api-docs/api",
"Flatten": true,
"id": "ml-api-docs"
},
"SplitTOC": [
"ml-api-docs/api/ml-api-docs/toc.yml"
],
"DiffFolder": [
"ml-api-docs/api"
]
}
],
"notification_subscribers": [
"mairaw@microsoft.com"
],
"branches_to_filter": [],
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"contribution_branch_mappings": {},
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master",
"branch_mapping": {}
}
],
"branch_target_mapping": {},
"need_generate_pdf_url_template": false,
"need_generate_pdf": false,
"need_generate_intellisense": false,
"dependent_packages": [
{
"id": "Microsoft.OpenPublishing.CommonPlugins",
"nuget_feed": "https://www.myget.org/F/op/api/v2",
"path_to_root": "_dependentPackages/CommonPlugins",
"target_framework": "net45",
"version": "latest"
},
{
"id": "Microsoft.DocAsCode.ECMA2Yaml",
"nuget_feed": "https://www.myget.org/F/op/api/v2",
"path_to_root": "_dependentPackages/ECMA2Yaml",
"target_framework": "net45",
"version": "latest"
},
{
"id": "memberpage.plugins",
"nuget_feed": "https://www.myget.org/F/docfx/api/v2",
"path_to_root": "_dependentPackages/memberpage.plugins",
"target_framework": "net45",
"version": "latest"
}
]
{
"docsets_to_publish": [],
"notification_subscribers": [
"mairaw@microsoft.com"
],
"branches_to_filter": [],
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"contribution_branch_mappings": {},
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master",
"branch_mapping": {}
}
],
"branch_target_mapping": {},
"need_generate_pdf_url_template": false,
"need_generate_pdf": false,
"need_generate_intellisense": false,
"dependent_packages": [
{
"id": "Microsoft.OpenPublishing.CommonPlugins",
"nuget_feed": "https://www.myget.org/F/op/api/v2",
"path_to_root": "_dependentPackages/CommonPlugins",
"target_framework": "net45",
"version": "latest"
},
{
"id": "Microsoft.DocAsCode.ECMA2Yaml",
"nuget_feed": "https://www.myget.org/F/op/api/v2",
"path_to_root": "_dependentPackages/ECMA2Yaml",
"target_framework": "net45",
"version": "latest"
},
{
"id": "memberpage.plugins",
"nuget_feed": "https://www.myget.org/F/docfx/api/v2",
"path_to_root": "_dependentPackages/memberpage.plugins",
"target_framework": "net45",
"version": "latest"
}
]
}