Skip to content

Commit

Permalink
Update NuGet.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Apr 4, 2024
1 parent e83e3e3 commit ca738ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Blazor/MyBlazorApp/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<!-- This mapping group will use the 'Telerik_Feed' package source for ONLY relevant packages.
It avoids erroneously searching the Telerik server for non-Telerik packages-->
<packageSource key="Telerik_Feed">
<package pattern="JustMock.*" />
<package pattern="Telerik.*" />
<package pattern="Kendo.*" />
<package pattern="JustMock*" />
<package pattern="Telerik*" />
<package pattern="Kendo*" />
</packageSource>
</packageSourceMapping>
</configuration>

4 comments on commit ca738ca

@juffleberry
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this @LanceMcCarthy however I still think Telerik is still having issues.

A few are reporting error Unable to load the service index for source https://nuget.telerik.com/v3/index.json even after your suggestions

@LanceMcCarthy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juffleberry Yes it is still ongoing, it depends on your host and whether or not is involved in the situation (innocently or accidently). I've just triggered a new build of this branch, which worked 20 hours ago, to see if GitHub is now being blocked.

If your CI server is still blocked, please provide me with some details (public IP and host type) and I will get it added to the temporary whitelist.

@juffleberry
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Lance, what is the best way to provide the IP address? I realised posting it here isn’t the safest solution 😅 I do not currently have active telerik support but have had a subscription in the past

@LanceMcCarthy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @juffleberry sorry for the delay, trying to get to everyone's replies. You probably already saw the status page update, but just in case you didn't: the feed should be working for everyone now.

Please sign in to comment.