This is a migrated thread and some comments may be shown as answers.

Unable to resolve 'Telerik.UI.for.AspNet.Core (>= 2020.1.114)' for '.NETCoreApp,Version=v3.0'

1 Answer 434 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
StuartLittle
Top achievements
Rank 1
StuartLittle asked on 22 Jan 2020, 08:04 PM

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>

 

1 Answer, 1 is accepted

Sort by
0
StuartLittle
Top achievements
Rank 1
answered on 24 Jan 2020, 04:28 PM
Please disregard this ticket. It has been resolved.
Daniel
Top achievements
Rank 3
Iron
Iron
Iron
commented on 28 Jul 2021, 07:00 AM

and how??? why you didn't post your solution?
StuartLittle
Top achievements
Rank 1
commented on 28 Jul 2021, 10:46 AM

Sorry I dont know. The DevOps team worked on it.
Aleksandar
Telerik team
commented on 30 Jul 2021, 07:15 AM

The screenshot indicates the pipeline is trying to restore the Telerik package from nuget.org, but not the Telerik private package source. 

I can suggest referring to the Deployment section of the documentation for further guidance on setting up continuous integration, continuous delivery and automated builds:

https://docs.telerik.com/aspnet-core/deployment/overview 

Tags
General Discussions
Asked by
StuartLittle
Top achievements
Rank 1
Answers by
StuartLittle
Top achievements
Rank 1
Share this question
or