From 1ab4390a0a97880fe6f9596c07db8daa255b72c6 Mon Sep 17 00:00:00 2001 From: brady gaster Date: Tue, 8 Nov 2016 11:11:30 -0800 Subject: [PATCH] Update .openpublishing.publish.config.json changing contribution branch to master (change exists in master already, merge oddities caused us to just make the change here) --- .openpublishing.publish.config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index b6071285a5..3a8fc65cc6 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -1,7 +1,8 @@ { "build_entry_point": "docs", "need_generate_pdf": false, - "need_generate_intellisense": false, + "need_generate_intellisense": true, + "git_repository_branch_open_to_public_contributors": "master", "docsets_to_publish": [ { "docset_name": "aspnet-conceptual", @@ -44,4 +45,4 @@ "branch_mapping": {} } ] -} \ No newline at end of file +}