Skip to content

Commit 3e4a371

Browse files
Merge branch 'replace-dotnet.config-with-global.json' of https://github.com/mariam-abdulla/docs into replace-dotnet.config-with-global.json
2 parents 47d0415 + f1463a3 commit 3e4a371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/unit-testing-with-dotnet-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Since this mode is specifically designed for Microsoft.Testing.Platform, neither
126126
127127
For users of MTP that are using the VSTest mode of `dotnet test`, there are few actions needed to migrate to the newer `dotnet test` experience:
128128
129-
1. Add some configuration to your `global.json` file, as shown above.
129+
1. Add `test` section to your `global.json` file, as shown above.
130130
1. Remove `TestingPlatformDotnetTestSupport` MSBuild property, as it's no longer required.
131131
1. Remove `TestingPlatformCaptureOutput` and `TestingPlatformShowTestsFailure` MSBuild properties, as they are no longer used by the new `dotnet test`.
132132
1. Remove the extra `--`, for example `dotnet test -- --report-trx` should become `dotnet test --report-trx`.

0 commit comments

Comments
 (0)