Skip to content

Commit 3007030

Browse files
authored
Merge pull request #5682 from MicrosoftDocs/master637323307856153177
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 55dd274 + f47be28 commit 3007030

File tree

1 file changed

+152
-152
lines changed

1 file changed

+152
-152
lines changed

.openpublishing.publish.config.json

Lines changed: 152 additions & 152 deletions
Original file line numberDiff line numberDiff line change
@@ -1,153 +1,153 @@
1-
{
2-
"build_entry_point": "docs",
3-
"docsets_to_publish": [
4-
{
5-
"docset_name": "Docker",
6-
"build_source_folder": "docker",
7-
"build_output_subfolder": "Docker",
8-
"locale": "en-us",
9-
"monikers": [],
10-
"moniker_ranges": [],
11-
"open_to_public_contributors": true,
12-
"type_mapping": {
13-
"Conceptual": "Content"
14-
},
15-
"build_entry_point": "docs",
16-
"template_folder": "_themes"
17-
},
18-
{
19-
"docset_name": "docs",
20-
"build_source_folder": "docs",
21-
"build_output_subfolder": "vsdocsdocs",
22-
"locale": "en-us",
23-
"monikers": [],
24-
"moniker_ranges": [
25-
"vs-2015",
26-
">= vs-2017"
27-
],
28-
"xref_query_tags": [
29-
"/dotnet",
30-
"/uwp/api"
31-
],
32-
"open_to_public_contributors": true,
33-
"type_mapping": {
34-
"Conceptual": "Content",
35-
"ManagedReference": "Content",
36-
"RestApi": "Content",
37-
"LandingData": "Content",
38-
"ContextObject": "Toc",
39-
"APIConnector": "Content"
40-
},
41-
"template_folder": "_themes"
42-
},
43-
{
44-
"docset_name": "mac",
45-
"build_source_folder": "mac",
46-
"build_output_subfolder": "mac",
47-
"locale": "en-us",
48-
"monikers": [],
49-
"moniker_ranges": [
50-
"vsmac-2017",
51-
"vsmac-2019"
52-
],
53-
"open_to_public_contributors": true,
54-
"type_mapping": {
55-
"Conceptual": "Content",
56-
"ManagedReference": "Content",
57-
"RestApi": "Content",
58-
"ContextObject": "Toc"
59-
},
60-
"build_entry_point": "docs",
61-
"template_folder": "_themes"
62-
},
63-
{
64-
"docset_name": "scripting-docs",
65-
"build_source_folder": "scripting-docs",
66-
"build_output_subfolder": "scripting-docs",
67-
"locale": "en-us",
68-
"monikers": [],
69-
"open_to_public_contributors": true,
70-
"type_mapping": {
71-
"Conceptual": "Content",
72-
"ManagedReference": "Content",
73-
"RestApi": "Content"
74-
},
75-
"build_entry_point": "docs",
76-
"template_folder": "_themes"
77-
},
78-
{
79-
"docset_name": "subscriptions",
80-
"build_source_folder": "subscriptions",
81-
"build_output_subfolder": "subscriptions",
82-
"locale": "en-us",
83-
"monikers": [],
84-
"moniker_ranges": [],
85-
"open_to_public_contributors": false,
86-
"type_mapping": {
87-
"Conceptual": "Content",
88-
"ManagedReference": "Content",
89-
"RestApi": "Content"
90-
},
91-
"build_entry_point": "docs",
92-
"template_folder": "_themes"
93-
},
94-
{
95-
"docset_name": "vs-gamedev",
96-
"build_source_folder": "visualstudio/gamedev",
97-
"build_output_subfolder": "vs-gamedev",
98-
"locale": "en-us",
99-
"monikers": [],
100-
"moniker_ranges": [],
101-
"open_to_public_contributors": false,
102-
"type_mapping": {
103-
"Conceptual": "Content"
104-
},
105-
"build_entry_point": "docs",
106-
"template_folder": "_themes"
107-
}
108-
],
109-
"notification_subscribers": [],
110-
"sync_notification_subscribers": [
111-
112-
],
113-
"branches_to_filter": [],
114-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/visualstudio-docs",
115-
"git_repository_branch_open_to_public_contributors": "master",
116-
"skip_source_output_uploading": false,
117-
"need_preview_pull_request": true,
118-
"need_pr_comments": true,
119-
"contribution_branch_mappings": {},
120-
"dependent_repositories": [
121-
{
122-
"path_to_root": "_themes",
123-
"url": "https://github.com/Microsoft/templates.docs.msft",
124-
"branch": "master",
125-
"branch_mapping": {}
126-
},
127-
{
128-
"path_to_root": "_themes.pdf",
129-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
130-
"branch": "master",
131-
"branch_mapping": {}
132-
}
133-
],
134-
"branch_target_mapping": {
135-
"live": [
136-
"Publish",
137-
"Pdf"
138-
]
139-
},
140-
"need_generate_pdf_url_template": true,
141-
"targets": {
142-
"Pdf": {
143-
"template_folder": "_themes.pdf"
144-
}
145-
},
146-
"docs_build_engine": {
147-
"name": "docfx_v3"
148-
},
149-
"need_generate_pdf": false,
150-
"need_generate_intellisense": false,
151-
"enable_branch_build_custom_validation": true,
152-
"enable_pull_request_custom_validation": true
1+
{
2+
"build_entry_point": "docs",
3+
"docsets_to_publish": [
4+
{
5+
"docset_name": "Docker",
6+
"build_source_folder": "docker",
7+
"build_output_subfolder": "Docker",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"moniker_ranges": [],
11+
"open_to_public_contributors": true,
12+
"type_mapping": {
13+
"Conceptual": "Content"
14+
},
15+
"build_entry_point": "docs",
16+
"template_folder": "_themes"
17+
},
18+
{
19+
"docset_name": "docs",
20+
"build_source_folder": "docs",
21+
"build_output_subfolder": "vsdocsdocs",
22+
"locale": "en-us",
23+
"monikers": [],
24+
"moniker_ranges": [
25+
"vs-2015",
26+
">= vs-2017"
27+
],
28+
"xref_query_tags": [
29+
"/dotnet",
30+
"/uwp/api"
31+
],
32+
"open_to_public_contributors": true,
33+
"type_mapping": {
34+
"Conceptual": "Content",
35+
"ManagedReference": "Content",
36+
"RestApi": "Content",
37+
"LandingData": "Content",
38+
"ContextObject": "Toc",
39+
"APIConnector": "Content"
40+
},
41+
"template_folder": "_themes"
42+
},
43+
{
44+
"docset_name": "gamedev",
45+
"build_source_folder": "visualstudio/gamedev",
46+
"build_output_subfolder": "gamedev",
47+
"locale": "en-us",
48+
"monikers": [],
49+
"moniker_ranges": [],
50+
"open_to_public_contributors": false,
51+
"type_mapping": {
52+
"Conceptual": "Content"
53+
},
54+
"build_entry_point": "docs",
55+
"template_folder": "_themes"
56+
},
57+
{
58+
"docset_name": "mac",
59+
"build_source_folder": "mac",
60+
"build_output_subfolder": "mac",
61+
"locale": "en-us",
62+
"monikers": [],
63+
"moniker_ranges": [
64+
"vsmac-2017",
65+
"vsmac-2019"
66+
],
67+
"open_to_public_contributors": true,
68+
"type_mapping": {
69+
"Conceptual": "Content",
70+
"ManagedReference": "Content",
71+
"RestApi": "Content",
72+
"ContextObject": "Toc"
73+
},
74+
"build_entry_point": "docs",
75+
"template_folder": "_themes"
76+
},
77+
{
78+
"docset_name": "scripting-docs",
79+
"build_source_folder": "scripting-docs",
80+
"build_output_subfolder": "scripting-docs",
81+
"locale": "en-us",
82+
"monikers": [],
83+
"open_to_public_contributors": true,
84+
"type_mapping": {
85+
"Conceptual": "Content",
86+
"ManagedReference": "Content",
87+
"RestApi": "Content"
88+
},
89+
"build_entry_point": "docs",
90+
"template_folder": "_themes"
91+
},
92+
{
93+
"docset_name": "subscriptions",
94+
"build_source_folder": "subscriptions",
95+
"build_output_subfolder": "subscriptions",
96+
"locale": "en-us",
97+
"monikers": [],
98+
"moniker_ranges": [],
99+
"open_to_public_contributors": false,
100+
"type_mapping": {
101+
"Conceptual": "Content",
102+
"ManagedReference": "Content",
103+
"RestApi": "Content"
104+
},
105+
"build_entry_point": "docs",
106+
"template_folder": "_themes"
107+
}
108+
],
109+
"notification_subscribers": [],
110+
"sync_notification_subscribers": [
111+
112+
],
113+
"branches_to_filter": [],
114+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/visualstudio-docs",
115+
"git_repository_branch_open_to_public_contributors": "master",
116+
"skip_source_output_uploading": false,
117+
"need_preview_pull_request": true,
118+
"need_pr_comments": true,
119+
"contribution_branch_mappings": {},
120+
"dependent_repositories": [
121+
{
122+
"path_to_root": "_themes",
123+
"url": "https://github.com/Microsoft/templates.docs.msft",
124+
"branch": "master",
125+
"branch_mapping": {}
126+
},
127+
{
128+
"path_to_root": "_themes.pdf",
129+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
130+
"branch": "master",
131+
"branch_mapping": {}
132+
}
133+
],
134+
"branch_target_mapping": {
135+
"live": [
136+
"Publish",
137+
"Pdf"
138+
]
139+
},
140+
"need_generate_pdf_url_template": true,
141+
"targets": {
142+
"Pdf": {
143+
"template_folder": "_themes.pdf"
144+
}
145+
},
146+
"docs_build_engine": {
147+
"name": "docfx_v3"
148+
},
149+
"need_generate_pdf": false,
150+
"need_generate_intellisense": false,
151+
"enable_branch_build_custom_validation": true,
152+
"enable_pull_request_custom_validation": true
153153
}

0 commit comments

Comments
 (0)