Hi,I am trying to automate the build process using Azure DevOps Build agent. It is a Windows Forms application heavily depending upon Infragistics. Given below are some reference points related to development machines:
While working on the DevOps build, everything works fine except for the Infragistics references:
I did went through few forum threads but they did't help much:
https://ko.infragistics.com/community/forums/f/general/119509/license-and-install-for-hosted-build-agents-in-a-ci-pipelineI really need help in configuring Infragistics so that build start working... Please help.
Thanks,Asim
OK. Thanks!
Hello Asim,
I have been investigating into this issue with my teammates, and I was directed to this stack-overflow article that may help you in this case: https://stackoverflow.com/questions/53391687/how-to-build-third-party-references-through-build-task-in-azure-devops-build-def.
According to the last comment in on that thread, it appears that you will either need to use NuGet packages (which we don’t support for Windows Forms) or you will need to check the assemblies into TFS.
I hope this helps. Please let me know if you have any other questions or concerns on this matter.