From 030b654935b0934c42cb7f828e1e433d7f42bb6b Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Sat, 8 Mar 2025 15:24:19 +0100 Subject: [PATCH 1/2] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index af636c0..6816f66 100644 --- a/Readme.md +++ b/Readme.md @@ -85,7 +85,7 @@ jobs: ``` > **Warning**: -> The new testing platform (i.e. `Microsoft.Testing.Platform`) [does not support custom test loggers](https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/41). +> The new testing platform (i.e. `Microsoft.Testing.Platform`) [is not yet supported](https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/41). > To use **GitHub Actions Test Logger**, make sure to use the classic testing experience (`vstest`) instead. > **Important**: From 9bec62ec8a74b0415d97959fb4e84895ec85955f Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Sat, 8 Mar 2025 17:29:49 +0100 Subject: [PATCH 2/2] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6816f66..168149e 100644 --- a/Readme.md +++ b/Readme.md @@ -85,7 +85,7 @@ jobs: ``` > **Warning**: -> The new testing platform (i.e. `Microsoft.Testing.Platform`) [is not yet supported](https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/41). +> The new testing platform (i.e. `Microsoft.Testing.Platform`) [is not yet supported](https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/41). This is because VSTest and MTP are using different extensibility models, and this project existed before MTP existed. > To use **GitHub Actions Test Logger**, make sure to use the classic testing experience (`vstest`) instead. > **Important**: