Skip to content

Commit c57f333

Browse files
committed
fixes MicrosoftDocs/visualstudio-docs#5744
1 parent ca408a4 commit c57f333

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)