We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f80bc commit 51158c6Copy full SHA for 51158c6
src/source-mappings.json
@@ -87,7 +87,11 @@
87
},
88
{
89
"name": "source-build-reference-packages",
90
- "defaultRemote": "https://github.com/dotnet/source-build-reference-packages"
+ "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
+ ]
95
96
97
"name": "sourcelink",
0 commit comments