From 7e362c62007cfc5f413727c029bfd87779e1e5d2 Mon Sep 17 00:00:00 2001 From: Jason Card Date: Mon, 2 Apr 2018 15:11:33 -0700 Subject: [PATCH] Update .openpublishing.publish.config.json --- .openpublishing.publish.config.json | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 88f1dd51177..e69c93d5962 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -2,7 +2,7 @@ "need_generate_intellisense": false, "need_preview_pull_request": true, "need_pr_comments": false, - "need_generate_pdf_url_template": true, + "need_generate_pdf_url_template": false, "git_repository_branch_open_to_public_contributors": "live", "git_repository_url_open_to_public_contributors": "https://github.com/dotnet/docs.ja-jp", "continue_with_document_error": true, @@ -14,12 +14,24 @@ "Publish", "Pdf" ], - "live-sxs": [ + "live-sxs": [ "Publish" ], "master": [ "Publish", "Pdf" + ], + "serverless-ebook": [ + "Publish", + "Pdf" + ], + "ai-ebook": [ + "Publish", + "Pdf" + ], + "CITest": [ + "Publish", + "Pdf" ] }, "Targets": { @@ -127,9 +139,17 @@ "live": "live" } }, + { + "path_to_root": "samples", + "url": "https://github.com/dotnet/samples", + "branch": "master", + "branch_mapping": { + "live": "live" + } + }, { "path_to_root": "dotnet-xref", - "url": "https://github.com/MicrosoftDocs/dotnet-xref", + "url": "https://github.com/MicrosoftDocs/dotnet-xref", "branch": "live", "branch_mapping": { "master": "master",