Skip to content

Commit da50409

Browse files
authored
[Test Optimization] Support for MSTest v3.10 (#7343)
## Summary of changes This PR adds MSTest v3.10.0 support ## Reason for change A new version of MsTest has been released. ## Implementation details ## Test coverage ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: Where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. MergeQueue is NOT enabled in this repository. If you have write access to the repo, the PR has 1-2 approvals (see above), and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #apm-dotnet channel in Slack. -->
1 parent 31b6987 commit da50409

File tree

30 files changed

+870
-130
lines changed

30 files changed

+870
-130
lines changed

tracer/build/PackageVersionsLatestMajors.g.props

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

tracer/build/PackageVersionsLatestMinors.g.props

Lines changed: 162 additions & 0 deletions
Large diffs are not rendered by default.

tracer/build/PackageVersionsLatestSpecific.g.props

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

tracer/build/_build/Honeypot/IntegrationGroups.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ static IntegrationMap()
6161
NugetPackages.Add("Microsoft.VisualStudio.TestPlatform.TestFramework", new [] { "Microsoft.VisualStudio.TestPlatform" });
6262
NugetPackages.Add("Microsoft.VisualStudio.TestPlatform.Common", new [] { "Microsoft.VisualStudio.TestPlatform" });
6363
NugetPackages.Add("Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter", new [] { "MSTest.TestAdapter" });
64+
NugetPackages.Add("Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices", new [] { "MSTest.TestAdapter" });
6465
NugetPackages.Add("MySqlConnector", new [] { "MySqlConnector" });
6566
NugetPackages.Add("MySql.Data", new [] { "MySql.Data" });
6667
NugetPackages.Add("Npgsql", new [] { "Npgsql" });

0 commit comments

Comments
 (0)