Skip to content

Commit 7e9cef6

Browse files
Add link of global.json
1 parent 41fcf51 commit 7e9cef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 03/27/2024
1313

1414
The `dotnet test` command builds the solution and runs the tests with either VSTest or Microsoft Testing Platform (MTP). To enable MTP, you need to specify the test runner in the `global.json` file.
1515

16-
Some examples of how to specify the test runner in the `global.json` file:
16+
Some examples of how to specify the test runner in the [`global.json`](global-json.md) file:
1717

1818
```json
1919
{

0 commit comments

Comments
 (0)