Skip to content

Commit 8e5b010

Browse files
authored
Merge pull request #7021 from Mikejo5000/mikejo-br16
Correction to doc on running a test as a 64-bit process
2 parents 3eddafc + c57f333 commit 8e5b010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/run-a-unit-test-as-a-64-bit-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have a 64-bit machine, you can run unit tests and capture code coverage i
2424
::: moniker-end
2525

2626
> [!TIP]
27-
> For maximum flexibility, compile your test projects with the **Any CPU** configuration. Then you can run on both 32-bit and 64-bit agents. There's no advantage to compiling test projects with the **64-bit** configuration.
27+
> For maximum flexibility, compile your test projects with the **Any CPU** configuration. Then you can run on both 32-bit and 64-bit agents. There's no advantage to compiling test projects with the **64-bit** configuration, unless you are calling code that is only supported on 64-bit.
2828
2929
2. Set the unit tests to run as a 64-bit process.
3030

0 commit comments

Comments
 (0)