Skip to content

Commit 792ac45

Browse files
authored
Exclude bincore directory in diff test (dotnet#42498)
1 parent 3838072 commit 792ac45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/SdkContentTests/SdkFileDiffExclusions.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,5 @@
8888
./library-packs/|sb
8989
./packs/runtime.banana-rid.Microsoft.DotNet.ILCompiler/|sb
9090

91-
# https://github.com/dotnet/source-build/issues/4534
92-
./sdk/x.y.z/Roslyn/bincore/System.Collections.Immutable.dll|sb
93-
./sdk/x.y.z/Roslyn/bincore/System.Reflection.Metadata.dll|sb
91+
# Exclude bincore directory due to too much noise - https://github.com/dotnet/source-build/issues/4534
92+
./sdk/x.y.z/Roslyn/bincore/

0 commit comments

Comments
 (0)