Skip to content

Commit b1fdcd3

Browse files
committed
Remove powershell in .openpublishing.publish.config.json under master branch.
1 parent 1649af0 commit b1fdcd3

File tree

1 file changed

+16
-31
lines changed

1 file changed

+16
-31
lines changed

.openpublishing.publish.config.json

+16-31
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,17 @@
1-
{
2-
"need_generate_pdf": false,
3-
"need_generate_intellisense": false,
4-
"docsets_to_publish": [
5-
{
6-
"docset_name": "powershell",
7-
"build_source_folder": "docset",
8-
"build_output_subfolder": "powershell",
9-
"locale": "en-us",
10-
"version": 0,
11-
"open_to_public_contributors": true,
12-
"type_mapping": {
13-
"Conceptual": "Content",
14-
"ManagedReference": "Content",
15-
"RestApi": "Content"
16-
},
17-
"build_entry_point": "op"
18-
}
19-
],
20-
"notification_subscribers": [
21-
22-
],
23-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/windows-powershell-docs",
24-
"git_repository_branch_open_to_public_contributors": "master",
25-
"branches_to_filter": [],
26-
"skip_source_output_uploading": false,
27-
"need_preview_pull_request": true,
28-
"enable_incremental_build": true,
29-
"dependent_repositories": [],
30-
"need_generate_pdf_url_template": false,
31-
"resolve_user_profile_using_github": true
1+
{
2+
"docsets_to_publish": [],
3+
"notification_subscribers": [
4+
5+
],
6+
"branches_to_filter": [],
7+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/windows-powershell-docs",
8+
"git_repository_branch_open_to_public_contributors": "master",
9+
"skip_source_output_uploading": false,
10+
"need_preview_pull_request": true,
11+
"enable_incremental_build": true,
12+
"resolve_user_profile_using_github": true,
13+
"dependent_repositories": [],
14+
"need_generate_pdf_url_template": false,
15+
"need_generate_pdf": false,
16+
"need_generate_intellisense": false
3217
}

0 commit comments

Comments
 (0)