Skip to content

Minor fixes for MSVC build

Frediano Ziglio requested to merge fziglio/vd_agent_win:msvc_build into master

Do not use Unix suffix under MSVC (for MingW is fine, not for Microsoft standards where .lib is used). Use different image to avoid vcpkg update; vcpkg update is time consuming, just use a more recent version.

AppVeyor build at https://ci.appveyor.com/project/FreeTDS/vd-agent-win/builds/43868557.

Merge request reports