From fee5ba05872714f7c29566df65358dc663b93c54 Mon Sep 17 00:00:00 2001 From: tmat Date: Mon, 21 Jul 2025 08:26:55 -0700 Subject: [PATCH] Ignore all targets of MS.CA.Threading.Package in rebuild --- eng/test-rebuild.ps1 | 2 ++ 1 file changed, 2 insertions(+) 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" +