We are deploying a DotNet with Angular UI template application through Azure pipeline to an App Service. Few pages having Kendo UI grid where its search icons are not placed properly. But if deploy manually through Visual Studio, it displayed properly. Please anyone let me know what will be the reason and solution for this issue.
Thanks in advance.
updated on 12/5
Given that you managed to build the project correctly via VS directly, but not through Azure DevOps, I suggest that you could have a detailed check with the tools your builds were utilizing via Visual Studio and Azure DevOps, keep them in same version and test to build the pipeline again.