nuget/native/readme.md
There are native nuget packages available for the core VW libraries and the main command line executable. They can be found as artifacts produced by this CI job.
There is a package available per toolset version and architecture. Currently supported:
Details of Nuget packages:
How to use:
.targets file into your projectFor example:
myproj.vcxproj:
<ImportGroup Label="ExtensionTargets">
<Import Project="$(ProjectDir)packages\VowpalWabbitNative-v142-x64.9.0.0\build\vowpalwabbit.targets" Condition="Exists('$(ProjectDir)packages\VowpalWabbitNative-v142-x64.9.0.0\build\vowpalwabbit.targets')" />
</ImportGroup>
See the build process in the build job