I have a Telerik Reporting project that is included in my web application solution. When the solution is built using VSBuild in the Azure DevOps pipeline, I caget the following error:
##[error]Inspire.Report\Properties\licenses.licx(1,0): Error LC0003: Unable to resolve type 'Telerik.Reporting.TextBox, Telerik.Reporting, Version=16.1.22.622, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'
I've tried ignoring *.licx files and the report project but I still get this error. Any advice on how to get a Telerik Reporting project built in an Azure DevOps pipeline?