Skip to content

Commit 3ec7bdc

Browse files
committed
Remove azureps-az-preview in .openpublishing.publish.config.json under master branch.
1 parent 9fd5cda commit 3ec7bdc

File tree

1 file changed

+92
-108
lines changed

1 file changed

+92
-108
lines changed

.openpublishing.publish.config.json

Lines changed: 92 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,93 @@
1-
{
2-
"build_entry_point": "docs",
3-
"docsets_to_publish": [
4-
{
5-
"docset_name": "azureps",
6-
"build_source_folder": ".",
7-
"build_output_subfolder": "azureps",
8-
"locale": "en-us",
9-
"monikers": [],
10-
"xref_query_tags": [
11-
"/dotnet"
12-
],
13-
"open_to_public_contributors": true,
14-
"type_mapping": {
15-
"Conceptual": "Content",
16-
"ManagedReference": "Content",
17-
"RestApi": "Content",
18-
"AzurePSModulePage": "Content",
19-
"Tutorial": "Content"
20-
},
21-
"build_entry_point": "docs",
22-
"template_folder": "_themes",
23-
"version": 0,
24-
"customized_template_paths": [
25-
"_dependentPackages/azurecli.plugins/azurecli"
26-
],
27-
"customized_tasks": {
28-
"docset_prebuild": [
29-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
30-
]
31-
}
32-
},
33-
{
34-
"docset_name": "azureps-az-preview",
35-
"build_source_folder": "docs-ref-conceptual/az-0.3.0",
36-
"build_output_subfolder": "azureps-az-preview",
37-
"locale": "en-us",
38-
"monikers": [],
39-
"moniker_ranges": [],
40-
"open_to_public_contributors": true,
41-
"type_mapping": {
42-
"Conceptual": "Content",
43-
"ManagedReference": "Content",
44-
"RestApi": "Content"
45-
},
46-
"build_entry_point": "docs",
47-
"template_folder": "_themes"
48-
}
49-
],
50-
"notification_subscribers": [],
51-
"branches_to_filter": [],
52-
"git_repository_branch_open_to_public_contributors": "master",
53-
"skip_source_output_uploading": false,
54-
"need_preview_pull_request": true,
55-
"enable_incremental_build": false,
56-
"contribution_branch_mappings": {},
57-
"dependent_repositories": [
58-
{
59-
"path_to_root": "_themes",
60-
"url": "https://github.com/Microsoft/templates.docs.msft",
61-
"branch": "master",
62-
"branch_mapping": {}
63-
},
64-
{
65-
"path_to_root": "dotnet-xref",
66-
"url": "https://github.com/MicrosoftDocs/dotnet-xref",
67-
"branch": "live",
68-
"branch_mapping": {}
69-
},
70-
{
71-
"path_to_root": "_themes.pdf",
72-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
73-
"branch": "master",
74-
"branch_mapping": {}
75-
}
76-
],
77-
"branch_target_mapping": {
78-
"live": [
79-
"Publish",
80-
"Pdf"
81-
]
82-
},
83-
"need_generate_pdf_url_template": true,
84-
"targets": {
85-
"Pdf": {
86-
"template_folder": "_themes.pdf"
87-
}
88-
},
89-
"need_generate_intellisense": false,
90-
"dependent_packages": [
91-
{
92-
"path_to_root": "_dependentPackages/azurecli.plugins",
93-
"id": "opbuild.templates.azurecli",
94-
"version": "latest",
95-
"nuget_feed": "https://www.myget.org/F/op/api/v2"
96-
},
97-
{
98-
"id": "Microsoft.OpenPublishing.CommonPlugins",
99-
"nuget_feed": "https://www.myget.org/F/op/api/v2",
100-
"path_to_root": "_dependentPackages/CommonPlugins",
101-
"target_framework": "net45",
102-
"version": "latest"
103-
}
104-
],
105-
"monikerPath": [
106-
"mapping/monikerMapping.json"
107-
],
108-
"dest": "_site"
1+
{
2+
"build_entry_point": "docs",
3+
"docsets_to_publish": [
4+
{
5+
"docset_name": "azureps",
6+
"build_source_folder": ".",
7+
"build_output_subfolder": "azureps",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"xref_query_tags": [
11+
"/dotnet"
12+
],
13+
"open_to_public_contributors": true,
14+
"type_mapping": {
15+
"Conceptual": "Content",
16+
"ManagedReference": "Content",
17+
"RestApi": "Content",
18+
"AzurePSModulePage": "Content",
19+
"Tutorial": "Content"
20+
},
21+
"build_entry_point": "docs",
22+
"template_folder": "_themes",
23+
"version": 0,
24+
"customized_template_paths": [
25+
"_dependentPackages/azurecli.plugins/azurecli"
26+
],
27+
"customized_tasks": {
28+
"docset_prebuild": [
29+
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
30+
]
31+
}
32+
}
33+
],
34+
"notification_subscribers": [],
35+
"branches_to_filter": [],
36+
"git_repository_branch_open_to_public_contributors": "master",
37+
"skip_source_output_uploading": false,
38+
"need_preview_pull_request": true,
39+
"enable_incremental_build": false,
40+
"contribution_branch_mappings": {},
41+
"dependent_repositories": [
42+
{
43+
"path_to_root": "_themes",
44+
"url": "https://github.com/Microsoft/templates.docs.msft",
45+
"branch": "master",
46+
"branch_mapping": {}
47+
},
48+
{
49+
"path_to_root": "dotnet-xref",
50+
"url": "https://github.com/MicrosoftDocs/dotnet-xref",
51+
"branch": "live",
52+
"branch_mapping": {}
53+
},
54+
{
55+
"path_to_root": "_themes.pdf",
56+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
57+
"branch": "master",
58+
"branch_mapping": {}
59+
}
60+
],
61+
"branch_target_mapping": {
62+
"live": [
63+
"Publish",
64+
"Pdf"
65+
]
66+
},
67+
"need_generate_pdf_url_template": true,
68+
"targets": {
69+
"Pdf": {
70+
"template_folder": "_themes.pdf"
71+
}
72+
},
73+
"need_generate_intellisense": false,
74+
"dependent_packages": [
75+
{
76+
"path_to_root": "_dependentPackages/azurecli.plugins",
77+
"id": "opbuild.templates.azurecli",
78+
"version": "latest",
79+
"nuget_feed": "https://www.myget.org/F/op/api/v2"
80+
},
81+
{
82+
"id": "Microsoft.OpenPublishing.CommonPlugins",
83+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
84+
"path_to_root": "_dependentPackages/CommonPlugins",
85+
"target_framework": "net45",
86+
"version": "latest"
87+
}
88+
],
89+
"monikerPath": [
90+
"mapping/monikerMapping.json"
91+
],
92+
"dest": "_site"
10993
}

0 commit comments

Comments
 (0)