I'm using Visual Studio Team services to build CRFSuite and LibLBFGS. CRFSuite depends on LibLBFGS library being built. I can build LibLBFGS without issue. I want to be able to have the library and header file that are generated by the LibLBFGS build included in the CRFSuite project when I build that.
Hopefully I am missing something pretty obvious and this can be done.
The simple way to achieve your requirement is that, you can add another Visual Studio Build or other to build LibLBFGS project to your CRFSuite build definition.
Steps:
On the other hand, if you are familiar to the PowerShell, you can custom build task to call REST API to download artifact of other build. There is the sample code that can help you.