Hello, I am trying to configure a server build on Azure Devops for a solution that uses DevExpress DLLs. Since I am unable to install DevExpress on the build server, the build cannot succeed. According to this article, I can configure my server build to use NuGet to get the DevExpress DLLs I need.
https://supportcenter.devexpress.com/ticket/details/t852862
I followed the instructions here, but I was unable to get it to work; the build still failed because it failed to use the specified DevExpress NuGet feed for whatever reason.
I'm assuming this particular problem is outside the scope of your support, which is understandable; I doubt this issue could be resolved without knowing the details of my Azure DevOps configuration. However, I do have a question that you might be able to help with. When I obtained my DevExpress NuGet feed per the instructions referenced above, it said:
"The API Key used in the URL above is specific to your developer account. Each licensed developer must obtain their own Feed URL / API Key and keep them private."
My question is, how am I supposed to be able to use this NuGet feed for our server builds if it's only supposed to be used by one individual developer? All of the developers on my team need to be able to use this server build; it's not a private build. Is this feed URL intended to be used for server builds at all? Or am I going about this problem completely the wrong way? Thank you in advance for your help.