mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
Actualy add the C++ headers to the nuget packages (#1267)
This commit is contained in:
parent
4d765dc6d0
commit
c8db2d507e
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
<!--TODO: this works for single platform only. Need separate packaging scripts for multi-target packaging -->
|
||||
<!--TODO: Find a way to bundle the native symbol files properly -->
|
||||
<ItemGroup>
|
||||
<None Include="$(OnnxRuntimeCsharpRoot)\..\include\onnxruntime\core\session\onnxruntime_c_api.h"
|
||||
<None Include="$(OnnxRuntimeCsharpRoot)\..\include\onnxruntime\core\session\onnxruntime_*.h"
|
||||
PackagePath="\build\native\include"
|
||||
Pack="true"
|
||||
CopyToOutputDirectory="Never"
|
||||
|
|
|
|||
Loading…
Reference in a new issue