Skip to content

Commit 51158c6

Browse files
[source build] cloak the spectre-console/docs folder
Context: dotnet/source-build-reference-packages#1447 Context: dotnet/source-build-reference-packages#1287 (comment) The docs folder contains binary files, that are not needed for building from source.
1 parent 07f80bc commit 51158c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/source-mappings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@
8787
},
8888
{
8989
"name": "source-build-reference-packages",
90-
"defaultRemote": "https://github.com/dotnet/source-build-reference-packages"
90+
"defaultRemote": "https://github.com/dotnet/source-build-reference-packages",
91+
"exclude": [
92+
// Contains undesired binaries
93+
"src/source-build-reference-packages/src/externalPackages/spectre-console‎/docs/**/*"
94+
]
9195
},
9296
{
9397
"name": "sourcelink",

0 commit comments

Comments
 (0)