Description
In .NET 10 there are differences in the vstest related files contained in the SDK between source-build and the Microsoft build.
The Microsoft build contains the following resource assemblies in sdk/x.y.z/Extensions/ while in source-build these are under sdk/x.y.z/:
Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll
Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll
Additionally the source-build is missing the following assemblies:
Microsoft.TestPlatform.Extensions.BlameDataCollector.dll
Microsoft.TestPlatform.Extensions.EventLogCollector.dll
These changes appear to have been introduced with #4856.
Related to dotnet/source-build#4881.