Skip to content

Commit

Permalink
Remove redundant PDB from opencv nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
xkszltl committed Jul 29, 2020
1 parent 9edd6b0 commit 0998299
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions win/nuget/opencv-dev/Roaster.opencv-dev.v141.dyn.x64.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
</metadata>
<files>
<file src="Roaster.opencv-dev.v141.dyn.x64.targets" target="build\Roaster.opencv-dev.v141.dyn.x64.targets" />
<file src="opencv-dev\**\*.pdb" target="lib\native\lib\Release\" />
<file src="opencv-dev\include\**\*" target="lib\native\include" />
<file src="opencv-dev\x64\vc16\bin\**\*.pdb" target="lib\native\lib\Release\" />
<file src="opencv-dev\x64\vc16\lib\*" target="lib\native\lib\Release\" />
<file src="opencv-dev\x64\vc16\staticlib\*" target="lib\native\lib\Release\" />
</files>
</package>
</package>
8 changes: 4 additions & 4 deletions win/nuget/opencv/Roaster.opencv.v141.dyn.x64.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
</metadata>
<files>
<file src="Roaster.opencv.v141.dyn.x64.targets" target="build\Roaster.opencv.v141.dyn.x64.targets" />
<file src="opencv\**\*.exe" target="lib\native\lib\Release\" />
<file src="opencv\**\*.dll" target="lib\native\lib\Release\" />
<file src="opencv\*.cmake" target="lib\native\cmake\" />
<file src="opencv\*.cmd" target="lib\native\" />
<file src="opencv\LICENSE" target="lib\native\" />
<file src="opencv\bin\**\*.exe" target="lib\native\lib\Release\" />
<file src="opencv\bin\**\*.dll" target="lib\native\lib\Release\" />
<file src="opencv\etc\**\*" target="lib\native\etc\" />
<file src="opencv\x64\vc16\bin\*" target="lib\native\lib\Release\" />
</files>
</package>
</package>

0 comments on commit 0998299

Please sign in to comment.