Skip to content

Commit

Permalink
Add a note to not use anycpu (#11914)
Browse files Browse the repository at this point in the history
A docs note that should have been added months, years ago.

* [x] closes #6457
  • Loading branch information
zadjii-msft authored Dec 9, 2021
1 parent a2d96d6 commit 205c1ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ Solution Explorer) and go to properties. In the Debug menu, change "Application
process" and "Background task process" to "Native Only".

You should then be able to build & debug the Terminal project by hitting
<kbd>F5</kbd>.
<kbd>F5</kbd>. Make sure to select either the "x64" or the "x86" platform - the
Terminal doesn't build for "Any Cpu" (because the Terminal is a C++ application,
not a C# one).

> 👉 You will _not_ be able to launch the Terminal directly by running the
> WindowsTerminal.exe. For more details on why, see
Expand Down

0 comments on commit 205c1ec

Please sign in to comment.