wezterm
                                
                                 wezterm copied to clipboard
                                
                                    wezterm copied to clipboard
                            
                            
                            
                        Track/bundle/ship conpty using the new nuget package
This PR:
- https://github.com/microsoft/terminal/pull/12980
added a nuget package that (will) ship signed conpty and openconsole binaries
We should replace my hand-build versions of these artifacts with those from the package.
Step 1 could be manually replacing the files.
Step 2 would be to remove the files from the repo and teach get-deps and/or ci/deploy.sh to fetch those artifacts.
@DHowett I don't really know anything about nuget... I've been looking at https://www.nuget.org/packages?q=conpty every so often to see if a package has shown up. Is that the right place to look? I'm assuming that you've got some internal stuff to do before you publish. Please @ me when that is released so that I don't miss it :)
You'll be among the first to know! We'll publish it to NuGet when it's ready :smile:
For a bit of "behind-the-scenes", though... I mostly prepared the package as a "bucket list" project so that it was ready if we ever get organizational will behind it. Once we're ready to actually--fully--support it, we'll put it up on the public feed.