Skip to content

Commit 0ea806d

Browse files
update redist nuget (#4724) (#4727)
Co-authored-by: Matthew Ige <maige@microsoft.com>
1 parent 5904727 commit 0ea806d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tools/redist-package/ebpf-for-windows-redist.nuspec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<file src="ebpfnetsh.pdb" target="lib\native\bin"/>
2929
<file src="export_program_info.exe" target="lib\native\bin"/>
3030
<file src="export_program_info.pdb" target="lib\native\bin"/>
31+
<!-- eBPF usermode service -->
32+
<file src="ebpfsvc.exe" target="lib\native\bin"/>
33+
<file src="ebpfsvc.pdb" target="lib\native\bin"/>
3134
<!--eBPF drivers-->
3235
<file src="eBPFCore.sys" target="lib\native\bin\drivers"/>
3336
<file src="eBPFCore.pdb" target="lib\native\bin\drivers"/>

tools/redist-package/redist-package.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ NuGet.exe pack $(OutDir)ebpf-for-windows-redist.nuspec -OutputDirectory $(OutDir
146146
<ProjectReference Include="..\..\ebpfcore\EbpfCore.vcxproj">
147147
<Project>{97e52abb-2f1e-4ad2-aefd-6eb7fdc0a41d}</Project>
148148
</ProjectReference>
149+
<ProjectReference Include="..\..\ebpfsvc\eBPFSvc.vcxproj">
150+
<Project>{ba065b6a-38f8-4197-8f66-87c84afad513}</Project>
151+
</ProjectReference>
149152
<ProjectReference Include="..\..\netebpfext\sys\netebpfext.vcxproj">
150153
<Project>{55499e36-37d4-4f86-b694-9f2990315758}</Project>
151154
</ProjectReference>

0 commit comments

Comments
 (0)