Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Nov 12, 2024
1 parent d2be65a commit 194b23d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup Label="Version settings">
<!-- MSTest version -->
<VersionPrefix>3.9.0</VersionPrefix>
<VersionPrefix>3.7.0</VersionPrefix>
<!-- Testing Platform version -->
<TestingPlatformVersionPrefix>1.7.0</TestingPlatformVersionPrefix>
<TestingPlatformVersionPrefix>1.5.0</TestingPlatformVersionPrefix>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup Label="MSTest prod dependencies - darc updated">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -889,12 +889,12 @@ internal void WriteMessage(string text, SystemConsoleColor? color = null, int? p
}

internal void TestDiscovered(
string assembly,
string? targetFramework,
string? architecture,
string? executionId,
string? displayName,
string? uid)
string assembly,
string? targetFramework,
string? architecture,
string? executionId,
string? displayName,
string? uid)
{
TestProgressState asm = _assemblies[$"{assembly}|{targetFramework}|{architecture}|{executionId}"];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Microsoft.Testing.Platform.UnitTests": {
"commandName": "Project",
"commandLineArgs": "--treenode-filter /*/*/ProtocolTests/**",
"commandLineArgs": "--treenode-filter /*/*/*/**",
"environmentVariables": {
//"TESTINGPLATFORM_HOTRELOAD_ENABLED": "1"
}
Expand Down

0 comments on commit 194b23d

Please sign in to comment.