Skip to content

Commit 6a972ba

Browse files
authoredJan 8, 2025··
Disable protocol from project (#44159)
1 parent 2a2e7aa commit 6a972ba

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎docs/core/testing/unit-testing-platform-vs-vstest.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,7 @@ VSTest also uses a JSON based communication protocol, but it's not JSON-RPC base
4747

4848
### Disabling the new protocol
4949

50-
To disable the use of the new protocol in Test Explorer, you can edit the csproj and remove the `TestingPlatformServer` capability.
51-
52-
```xml
53-
<ItemGroup>
54-
<ProjectCapability Remove="TestingPlatformServer" />
55-
</ItemGroup>
56-
```
50+
To disable the use of the new protocol in Test Explorer, you can edit your project to add the following property: `<DisableTestingPlatformServerCapability>true</DisableTestingPlatformServerCapability>`.
5751

5852
## Executables
5953

0 commit comments

Comments
 (0)
Please sign in to comment.