I am working to create an Automated Build (vNext Build) on a Build Server. We do not want to install Infragistics on the build server. I do see that adding Hint paths and creating a blank licences.licx file works. Is there a better way without having to switch the licences.licx file back and forth?
Thanks.
Hello Tony,
The licences.licx file is usually generated automatically from Visual Studio and holds references to every control and its assembly used in your project. If using a source control, it is generally considered a good practice to check-in an empty licx file, so that someone with a different version of the controls can also be able to build the project.Another solution is to add a step to your build to clear-out your licx file before compiling your project.
Let me know if you need any additional help.
RegardsVasilDevOps Engineer
Vasil
Thank you for your answer. I have since found a Nuget Package which clears out the licences.licx file only for compiles and it seems to be working.
Regards,
Tony
Hi Tony,
I am glad to hear that you were able to find a solution. Let me know if I can provide any further assistance.