wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

Track/bundle/ship conpty using the new nuget package

Open wez opened this issue 3 years ago • 2 comments

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.

wez avatar Apr 27 '22 22:04 wez

@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 :)

wez avatar May 21 '22 02:05 wez

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.

DHowett avatar May 21 '22 15:05 DHowett