Skip to content

CD: Make sure win32 libs are deployed in win32 folder

JP Grusling requested to merge jpgrusling/libvlc-nuget:master into master

This resolves an issue where 64-bit libvlc.dll and libvlccore.dll binaries are being deployed to the win32 folders. This causes windows applications targeting x86 to throw an exception during Core.Initialize().

Merge request reports