From 975bc8ddf7f069fd552b48aff0770ba580a3dfdf Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:15:47 -0700 Subject: [PATCH] update with existing .openpublishing.publish.config.json (#1349) Co-authored-by: Ying Hua --- .openpublishing.publish.config.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 7500755..c869770 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -5,7 +5,11 @@ "build_source_folder": "dotnet-desktop-guide", "build_output_subfolder": "dotnet-desktop-guide", "locale": "en-us", - "moniker_ranges": ["netframeworkdesktop-4.8", "netdesktop-5.0", "netdesktop-6.0"], + "moniker_ranges": [ + "netframeworkdesktop-4.8", + "netdesktop-5.0", + "netdesktop-6.0" + ], "filemap_share_depots": [ "VS.dotnet-api-docs" ], @@ -26,22 +30,22 @@ ], "sync_notification_subscribers": [], "branches_to_filter": [], + "git_repository_branch_open_to_public_contributors": "main", "skip_source_output_uploading": false, "need_preview_pull_request": true, "need_pr_comments": false, - "git_repository_branch_open_to_public_contributors": "main", "contribution_branch_mappings": {}, "dependent_repositories": [ { "path_to_root": "_themes", "url": "https://github.com/Microsoft/templates.docs.msft", - "branch": "master", + "branch": "main", "branch_mapping": {} }, { "path_to_root": "_themes.pdf", "url": "https://github.com/Microsoft/templates.docs.msft.pdf", - "branch": "master", + "branch": "main", "branch_mapping": {} } ], @@ -61,4 +65,4 @@ "docs_build_engine": { "name": "docfx_v3" } -} +} \ No newline at end of file