diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index 6fc3b157e9e4..5ee00556c1a8 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -104,7 +104,11 @@ }, { "name": "roslyn", - "defaultRemote": "https://github.com/dotnet/roslyn" + "defaultRemote": "https://github.com/dotnet/roslyn", + "exclude": [ + // Obfuscated files are blocking the source tarball signing + "src/Compilers/Test/Resources/Core/MetadataTests/Invalid/Obfuscated*.dll" + ] }, { "name": "roslyn-analyzers",