This commit is contained in:
Dani Halfin 📬🔨 2019-03-18 23:03:42 +00:00
parent bfab933828
commit 925f5c1bf8

View File

@ -510,6 +510,9 @@
"notification_subscribers": [ "notification_subscribers": [
"elizapo@microsoft.com" "elizapo@microsoft.com"
], ],
"sync_notification_subscribers": [
"daniha@microsoft.com"
],
"branches_to_filter": [ "branches_to_filter": [
"" ""
], ],
@ -518,6 +521,7 @@
"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",
@ -547,11 +551,7 @@
] ]
}, },
"need_generate_pdf_url_template": true, "need_generate_pdf_url_template": true,
"targets": { "targets": {},
"Pdf": {
"template_folder": "_themes.pdf"
}
},
"need_generate_pdf": false, "need_generate_pdf": false,
"need_generate_intellisense": false "need_generate_intellisense": false
} }