Skip to content

Commit

Permalink
Net Core - Nupkg move CefSharp.BrowserSubprocess.Core.pdb into lib fo…
Browse files Browse the repository at this point in the history
…lder

Leave the pdb in the lib folder for now, won't be copied, it will be in the package if required

#3197 (comment)
  • Loading branch information
amaitland committed Jan 13, 2021
1 parent 2b4a8cb commit 08f76eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions NuGet/PackageReference/CefSharp.Common.NETCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\x64\Release\CefSharp.Core.Runtime.dll" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\x64\Release\CefSharp.Core.Runtime.pdb" target="runtimes\win-x64\lib\netcoreapp3.1"/>

<!-- We don't include the pdb file for now see https://github.com/cefsharp/CefSharp/issues/3197#issuecomment-758546177 -->
<!-- Leave the pdb in the lib folder for now, won't be copied, it will be in the package if required https://github.com/cefsharp/CefSharp/issues/3197#issuecomment-758546177 -->
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\Win32\Release\CefSharp.BrowserSubprocess.Core.dll" target="runtimes\win-x86\native"/>
<!-- <file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\Win32\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x86\native"/> -->
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\Win32\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x86\lib\netcoreapp3.1"/>

<!-- Leave the pdb in the lib folder for now, won't be copied, it will be in the package if required https://github.com/cefsharp/CefSharp/issues/3197#issuecomment-758546177 -->
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\x64\Release\CefSharp.BrowserSubprocess.Core.dll" target="runtimes\win-x64\native"/>
<!-- <file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\x64\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x64\native"/> -->
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\x64\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x64\lib\netcoreapp3.1"/>

<!-- These are not actually native, including them in runtimes\win-x64\lib\netcoreapp3.1 doesn't copy the json files and since it's a runtime only dependency including them in native -->
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\x86\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.dll" target="runtimes\win-x86\native"/>
Expand Down

0 comments on commit 08f76eb

Please sign in to comment.