Am working on ASP.Net Web Application and Azure DevOps CI&CD Pipelines through GitHub repository. In my project, I have used some third party references(.dll's) which are running finely in local. But when am trying to build application through build pipeline in Azure DevOps after checking my code into GitHub, then am getting errors in the build task regarding
The type or namespace name 'xxxx' could not be found(are you missing a using directive or an assembly reference)
This is happening due to build task is unable to recognize the third party reference .dll files at the time of building which is in my local path. Can you please suggest me to "How to build the third party references in Build task"