Skip to content

Commit 96d8f5c

Browse files
[docs] Update vstest.md
It seems that the `*` tip is redundant. In Rider/R# 2023.3, everything works without it.
1 parent 3cf7b8d commit 96d8f5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/articles/features/vstest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ In addition, we can still make use of this boolean output to indicate
8787
* Rider: Settings -> Build, Execution, Deployment -> Unit Testing -> VSTest
8888
* R#: Extensions -> ReSharper -> Options -> Tools -> Unit Testing -> Test Frameworks -> VSTest
8989
* Make sure that the "Enable VSTest adapter support" checkbox is checked.
90-
* Add your project name to the "Projects with Unit Tests" list (or `*` to enable it for all projects).
9190
In future versions of Rider, this should be enabled by default.
9291
* **Step 4.** Switch to the `Release` configuration.
9392
As mentioned above, the TestAdapter is not able to discover and run benchmarks with optimizations disabled (by design).

0 commit comments

Comments
 (0)