Skip to content

Commit

Permalink
Nuget symbols package failed validation with native_device.pdb so rem…
Browse files Browse the repository at this point in the history
…oved that file (#133)

* Removed native_device.pdb from the Nuget Symbols file as it was causing it to fail Nuget validation

* Put it back to proper version and remove the debug code
  • Loading branch information
darrenge committed Mar 26, 2024
1 parent 5b6c3ae commit 5c516c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Garnet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@

<file src="libs\storage\Tsavorite\cs\src\core\bin\AnyCPU\Release\net8.0\runtimes\linux-x64\native\libnative_device.so" target="runtimes\linux-x64\native" />
<file src="libs\storage\Tsavorite\cs\src\core\bin\AnyCPU\Release\net8.0\runtimes\win-x64\native\native_device.dll" target="runtimes\win-x64\native" />
<file src="libs\storage\Tsavorite\cs\src\core\bin\AnyCPU\Release\net8.0\runtimes\win-x64\native\native_device.pdb" target="runtimes\win-x64\native" />

</files>
</package>

0 comments on commit 5c516c5

Please sign in to comment.