From 99f96f253c59e700ef748f2c0d90fa62b75ee1d9 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 4 Feb 2025 16:53:21 +0100 Subject: [PATCH] Update note about MTP arguments --- docs/core/testing/unit-testing-platform-vs-vstest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/unit-testing-platform-vs-vstest.md b/docs/core/testing/unit-testing-platform-vs-vstest.md index 9d798358fd359..7706299be9577 100644 --- a/docs/core/testing/unit-testing-platform-vs-vstest.md +++ b/docs/core/testing/unit-testing-platform-vs-vstest.md @@ -99,7 +99,7 @@ The test related arguments are VSTest specific and so need to be transformed to | `-- ` | Not supported | > [!IMPORTANT] -> Before specifying any `Microsoft.Testing.Platform`, you need to add `--` to separate the `dotnet test` arguments from the new platform arguments. +> Before specifying any `Microsoft.Testing.Platform` arguments, you need to add `--` to separate the `dotnet test` arguments from the new platform arguments. For example, `dotnet test --no-build -- --list-tests`. ### `vstest.console.exe`