Skip to content

Commit

Permalink
Exclude native pdb since it causes NuGet to fail validation anyway. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscottb122 authored Jun 28, 2021
1 parent 192edef commit 114406a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Symbolica.Z3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<file src="Icon.png" target="" />
<file src="Windows\*\LICENSE.txt" target="" />
<file src="Windows\*\bin\Microsoft.Z3.*" target="lib\$targetFramework$" exclude="**\*.json" />
<file src="Windows\*\bin\libz3.*" target="runtimes\win-x64\native" exclude="**\*.lib" />
<file src="Linux\*\bin\libz3.*" target="runtimes\linux-x64\native" exclude="**\*.a" />
<file src="macOS\*\bin\libz3.*" target="runtimes\osx-x64\native" exclude="**\*.a" />
<file src="Windows\*\bin\libz3.dll" target="runtimes\win-x64\native" />
<file src="Linux\*\bin\libz3.so" target="runtimes\linux-x64\native" />
<file src="macOS\*\bin\libz3.dylib" target="runtimes\osx-x64\native" />
</files>
</package>

0 comments on commit 114406a

Please sign in to comment.