Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch master

This commit is contained in:
brianlic-msft 2017-05-04 22:13:39 +00:00
parent f8b1d157a8
commit bdf95d618a

View File

@ -2,11 +2,6 @@
"build_entry_point": "", "build_entry_point": "",
"need_generate_pdf": false, "need_generate_pdf": false,
"need_generate_intellisense": false, "need_generate_intellisense": false,
"enable_incremental_build": true,
"branch_target_mapping": {
"live": ["Publish","Pdf"],
"master": ["Publish", "Pdf"]
},
"docsets_to_publish": [ "docsets_to_publish": [
{ {
"docset_name": "education", "docset_name": "education",
@ -381,19 +376,17 @@
"version": 0 "version": 0
} }
], ],
"Targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
},
"notification_subscribers": [ "notification_subscribers": [
"brianlic@microsoft.com" "brianlic@microsoft.com"
], ],
"branches_to_filter": [""], "branches_to_filter": [
""
],
"git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/windows-itpro-docs", "git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/windows-itpro-docs",
"git_repository_branch_open_to_public_contributors": "master", "git_repository_branch_open_to_public_contributors": "master",
"skip_source_output_uploading": false, "skip_source_output_uploading": false,
"need_preview_pull_request": true, "need_preview_pull_request": true,
"enable_incremental_build": true,
"dependent_repositories": [ "dependent_repositories": [
{ {
"path_to_root": "_themes.pdf", "path_to_root": "_themes.pdf",
@ -408,5 +401,16 @@
"branch_mapping": {} "branch_mapping": {}
} }
], ],
"need_generate_pdf_url_template": true "branch_target_mapping": {
"live": [
"Publish",
"Pdf"
]
},
"need_generate_pdf_url_template": true,
"Targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
}
} }