Declined
Last Updated: 12 Mar 2019 07:43 by ADMIN
Laz
Created on: 11 Mar 2019 11:36
Type: Bug Report
0
Unable to build reporting project on team services - URGENT

Hi

 

I am no longer able to build my reporting project on TFS on line, (I used to be able to) I get the build error

The nuget command failed with exit code(1) and error(Errors in packages.config projects
    Unable to find version '13.0.19.116' of package 'Telerik.Reporting'.
      https://api.nuget.org/v3/index.json: Package 'Telerik.Reporting.13.0.19.116' is not found on source 'https://api.nuget.org/v3/index.json'.
    Unable to find version '13.0.19.116' of package 'Telerik.Reporting.Services.WebApi'.
      https://api.nuget.org/v3/index.json: Package 'Telerik.Reporting.Services.WebApi.13.0.19.116' is not found on source 'https://api.nuget.org/v3/index.json'.)
Packages failed to restore

 

Please help this is urgent .

 

regards Laz

3 comments
ADMIN
Silviya
Posted on: 12 Mar 2019 07:43
Hi Laz,

I'm happy that the issue is resolved. 
I'm changing the status of this item to Declined as it is not a bug.

Regards,
Silviya
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Laz
Posted on: 11 Mar 2019 11:58
Laz
Posted on: 11 Mar 2019 11:57

Hi I solved my problem my nuget.config was overwritten

corrected to 

 <packageSources>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
    <add key="Telerik" value="https://nuget.telerik.com/nuget" />
  </packageSources>

 

Laz
Posted on: 11 Mar 2019 11:57

Hi I solved my problem my nuget.config was overwritten

corrected to 

 <packageSources>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
    <add key="Telerik" value="https://nuget.telerik.com/nuget" />
  </packageSources>

 

Thanks