microsoft / ntosebpfext

eBPF-For-Windows extension to provide access to Windows kernel functionality
MIT License
15 stars 11 forks source link

Adding build for NuGet package #79

Closed Austin-Lamb closed 4 months ago

Austin-Lamb commented 4 months ago

Description

This adds a NuGet package similar to how eBPF-for-Windows has a NuGet, so that NuGet consumers of the core can have a similar consumption experience for the extensions.

Testing

Locally tested the NuGet build and pack, and verified it looks clean and has correct contents in NuGet Package Explorer.

Documentation

Are there any release process documents I should add this to? Should I add a document similar to the one in the core ( https://github.com/microsoft/ebpf-for-windows/blob/main/docs/ReleaseProcess.md )?

Installation

No installer impact.