Skip to content

Commit 59b3570

Browse files
docs(nuget): azure pipeline troubleshooting info
1 parent ccbf281 commit 59b3570

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

installation/nuget.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,14 @@ There are a couple of common questions and issues:
152152

153153
* Telerik feed not being found - the most common reason for a problem is that the path to the `nuget.config` file is wrong (it should, by default, be at the root level).
154154

155-
* An `index.json not found` error can occur from many root causes. If you have successfully authenticated, this error usually means that the feed wasn't able to be searched or connected to. A common reason is an incorrect feed URL, such as including a trailing slash - Correct: `https://nuget.telerik.com/nuget` and Incorrect: `https://nuget.telerik.com/nuget/`, or a connectivity issue such as a firewall rule in your organization.
155+
* An `index.json not found` error can occur from many root causes. If you have successfully authenticated, this error usually means that the feed wasn't able to be searched or connected to. A common reason is an incorrect feed URL, such as including a trailing slash - Correct: `https://nuget.telerik.com/nuget` and Incorrect: `https://nuget.telerik.com/nuget/`.
156+
157+
A few things to double check to ensure correct setup:
158+
159+
* The Service connection is using Basic Authentication and the URL is correct (`https://nuget.telerik.com/nuget` exactly, no trailing slash).
160+
* That Service Connection is selected as the credentials source.
161+
* The credentials being used have a UI for Blazor license.
162+
* Make sure that you use `dotnet restore` and not `nuget restore` in your pipeline step.
156163

157164
## See Also
158165

0 commit comments

Comments
 (0)