File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 6161 // * The extension injects {{packageName}} property automatically
6262 // NuGet Host "https://api.nuget.org/v3-flatcontainer/{{packageName}}/index.json"
6363 // BaGet Host "http://localhost/v3/package/{{packageName}}/index.json"
64+ // GitHub Host "https://nuget.pkg.github.com/username/download/{{packageName}}/index.json"
6465 // GitLab Host "https://gitlab.com/api/v4/projects/x/packages/nuget/download/{{packageName}}/index.json"
6566 // Nexus Host "http://localhost/repository/nuget-hosted/v3/content/{{packageName}}/index.json"
6667 // Azure Host "https://pkgs.dev.azure.com/username/guid/_packaging/guid/nuget/v3/flat2/{{packageName}}/index.json"
6970 // The package url in the host server
7071 // NuGet Host "https://www.nuget.org/packages/{{packageName}}"
7172 // Azure Host "https://dev.azure.com/user/project/_artifacts/feed/feed-name/NuGet/{{packageName}}/{{version}}/overview"
73+ // GitHub Host "https://nuget.pkg.github.com/username/{{packageName}}/index.json"
7274 // GitLab Host "https://gitlab.com/user/project/-/packages?type=&orderBy=name&sort=asc&search[]={{packageName}}"
7375 // ProGet Host: "http://localhost/feeds/Test-Feed/{{packageName}}/versions"
7476 " packageUrl" : " https://www.nuget.org/packages/{{packageName}}" ,
7577 // The NuGet endpoint address for searching packages
7678 // NuGet Host "https://azuresearch-usnc.nuget.org/query"
7779 // BaGet Host "http://localhost/v3/search"
80+ // GitHub Host ""https://nuget.pkg.github.com/username/query""
7881 // GitLab Host "https://gitlab.com/api/v4/projects/x/packages/nuget/query"
7982 // Nexus Host "http://localhost/repository/nuget-hosted/v3/query/0"
8083 // Azure Host "https://pkgs.dev.azure.com/username/guid/_packaging/guid/nuget/v3/query2"
You can’t perform that action at this time.
0 commit comments