Skip to content

Commit 22fd288

Browse files
authored
Advise to set EnableMSTestRunner in csproj (#43843)
1 parent b457ca9 commit 22fd288

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/core/testing/unit-testing-mstest-runner-intro.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Consider the following example project file:
7474
</Project>
7575
```
7676

77+
> [!TIP]
78+
> It's advised to set the `EnableMSTestRunner` property in *Directory.Build.props* file instead of *csproj* file to ensure all test projects in your solution are using the MSTest runner.
79+
7780
## Configurations and filters
7881

7982
### .runsettings

0 commit comments

Comments
 (0)