microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
364 stars 41 forks source link

create runtime nuget #626

Closed mtfriesen closed 1 month ago

mtfriesen commented 1 month ago

Create a runtime nuget containing the same binaries included in the MSI.

This should probably be a project tightly shared with the XDP installer, where all files to be installed are copied into one directory during the build, and then nugets and MSIs include all files in that directory

The nuget needs to be test-signed/signable, too.