diff --git a/eng/test-rebuild.ps1 b/eng/test-rebuild.ps1 index 8f6e6d33a8c74..68fffbe763906 100644 --- a/eng/test-rebuild.ps1 +++ b/eng/test-rebuild.ps1 @@ -65,6 +65,8 @@ try { " --exclude netstandard2.0\Microsoft.CodeAnalysis.Debugging.Package.dll" + " --exclude netstandard2.0\Microsoft.CodeAnalysis.PooledObjects.Package.dll" + " --exclude netstandard2.0\Microsoft.CodeAnalysis.Threading.Package.dll" + + " --exclude net8.0\Microsoft.CodeAnalysis.Threading.Package.dll" + + " --exclude net9.0\Microsoft.CodeAnalysis.Threading.Package.dll" + " --exclude netstandard2.0\Microsoft.CodeAnalysis.Extensions.Package.dll" + " --exclude netcoreapp3.1\Microsoft.CodeAnalysis.Workspaces.UnitTests.dll" + " --exclude net472\Zip\tools\vsixexpinstaller\System.ValueTuple.dll" +