Hello,
We have VS 2019 installed on build server (Azure DevOps 2019).
Project builds perfectly fine using VS 2019.
However using Azure DevOps build pipeline, we are getting unable to resolve error.
Please take a look at this screenshot and suggest a probable solution.
Thank you
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="http_proxy" value="http://..." />
<add key="https_proxy" value="https://..." />
</config>
<packageSources>
<add key="Telerik" value="https://nuget.telerik.com/nuget/" />
</packageSources>
<packageSourceCredentials>
<Telerik>
<add key="Username" value="..." />
<add key="ClearTextPassword" value="..." />
</Telerik>
</packageSourceCredentials>
</configuration>