Skip to content

Commit 25f10aa

Browse files
committed
Merge branch 'rel/17.10' of https://github.com/microsoft/vstest into rel/17.10
2 parents 3d869ea + 4990482 commit 25f10aa

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/vstest.console/TestPlatformHelpers/TestRequestManager.cs

+30
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,36 @@ internal static class KnownPlatformSourceFilter
15671567
"Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
15681568
"Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
15691569
"Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
1570+
1571+
// Testing platform
1572+
"Microsoft.Testing.Extensions.CodeCoverage.dll",
1573+
"Microsoft.Testing.Extensions.CodeCoverage.resources.dll",
1574+
"Microsoft.Testing.Extensions.CrashDump.dll",
1575+
"Microsoft.Testing.Extensions.CrashDump.resources.dll",
1576+
"Microsoft.Testing.Extensions.Experimental.dll",
1577+
"Microsoft.Testing.Extensions.HangDump.dll",
1578+
"Microsoft.Testing.Extensions.HangDump.resources.dll",
1579+
"Microsoft.Testing.Extensions.HotReload.dll",
1580+
"Microsoft.Testing.Extensions.HotReload.resources.dll",
1581+
"Microsoft.Testing.Extensions.Retry.dll",
1582+
"Microsoft.Testing.Extensions.Retry.resources.dll",
1583+
"Microsoft.Testing.Extensions.Telemetry.dll",
1584+
"Microsoft.Testing.Extensions.Telemetry.resources.dll",
1585+
"Microsoft.Testing.Extensions.TrxReport.Abstractions.dll",
1586+
"Microsoft.Testing.Extensions.TrxReport.dll",
1587+
"Microsoft.Testing.Extensions.TrxReport.resources.dll",
1588+
"Microsoft.Testing.Extensions.VSTestBridge.dll",
1589+
"Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1590+
"Microsoft.Testing.Internal.Framework.dll",
1591+
"Microsoft.Testing.Internal.Framework.SourceGeneration.dll",
1592+
"Microsoft.Testing.Internal.VersionSourceGeneration.dll",
1593+
"Microsoft.Testing.Platform.dll",
1594+
"Microsoft.Testing.Platform.Extensions.dll",
1595+
"Microsoft.Testing.Platform.Extensions.VSTestBridge.dll",
1596+
"Microsoft.Testing.Platform.MSBuild.dll",
1597+
"Microsoft.Testing.Platform.MSBuild.resources.dll",
1598+
"Microsoft.Testing.Platform.resources.dll",
1599+
15701600
// For MSTest up to v3
15711601
"Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll",
15721602
"Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",

0 commit comments

Comments
 (0)