We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88de1dd + 7664389 commit b1d236aCopy full SHA for b1d236a
2 files changed
.gitignore
@@ -6,4 +6,4 @@ _themes/
6
_themes.MSDN.Modern/
7
_themes.VS.Modern/
8
9
-.openpublishing.buildcore.ps1
+.openpublishing.buildcore.ps1
.openpublishing.publish.config.json
@@ -10,7 +10,6 @@
10
"locale": "en-us",
11
"version": 0,
12
"open_to_public_contributors": true,
13
- "git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/cpp-docs",
14
"type_mapping": {
15
"Conceptual": "Content",
16
"ManagedReference": "Content",
@@ -22,6 +21,8 @@
22
21
"notification_subscribers": [],
23
"branches_to_filter": [],
24
"skip_source_output_uploading": false,
+ "git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/cpp-docs",
25
+ "git_repository_branch_open_to_public_contributors": "master",
26
"dependent_repositories": [
27
{
28
"path_to_root": "_themes",
0 commit comments