terminal/build
Dustin L. Howett (MSFT) 357e835f5d
Replace ConhostConnection with ConptyConnection (#3461)
This commit deletes ConhostConnection and replaces it with
ConptyConnection. The ConptyConnection uses CreatePseudoConsole and
depends on winconpty to override the one from kernel32.

* winconpty must be packageable, so I've added GetPackagingOutputs.
   * To validate this, I added conpty.dll to the MSIX regression script.
* I moved the code from conpty-universal that deals with environment
  strings into the types library.

This puts us in a way better place to implement #2563, as we can now
separately detect a failure to launch a pseudoconsole, a failure to
CreateProcess, and an unexpected termination of the launched process.

Fixes #1131.
2019-11-06 15:09:01 -08:00
..
.nuget ci: Restore Taef.TestAdapter before build (#811) 2019-05-16 11:22:22 -07:00
config ci: Restore Taef.TestAdapter before build (#811) 2019-05-16 11:22:22 -07:00
pipelines Fix our parallel (and repeating) builds (#3412) 2019-11-01 14:38:13 -07:00
rules Upgrade to Microsoft.UI.Xaml 2.2 (#3027) 2019-10-14 22:41:43 -07:00
scripts Replace ConhostConnection with ConptyConnection (#3461) 2019-11-06 15:09:01 -08:00