All Questions
Tagged with nuget-server nugetgallery
19 questions
0
votes
0
answers
30
views
How to Check if all Packages of a Nuget Package Repository exist in another Repository
I want to check if all nuget packages in a private Nuget Repository also exist in the nuget.org package repository.
Is there a way to go through all packages in the private Repo, check if they exist ...
1
vote
0
answers
77
views
Nuget Gallery package source not found
I have set up NugetGallery https://github.com/NuGet/NuGetGallery on my own server and am able to access the UI and perform all operations. However, I have been unable to locate the link that needs to ...
0
votes
0
answers
299
views
How to create a NuGet ApiKey with command
So I need a way to create a NuGet ApiKey from the console/command. Basically the idea is to automate a project's nuget package deploy.
Ideal steps:
User passes username/password to Jenkins(or ...
0
votes
1
answer
405
views
Create Site Extension for Azure App Service and add to Gallery
I Created a nuget package extension .nupkg with some content folder in it. I am trying that package to get added in the Site Extensions gallery of the Azure App Services. I created the Nuget package ...
1
vote
1
answer
660
views
NuGet package restore tries to retrieve in all configured NuGet sources
While installing the NuGet packages from the NuGet package manage, having configured multiple NuGet package sources in VS2017, the NuGet client tries to retrieve the package in all the configured ...
3
votes
0
answers
334
views
nuget.exe doesn't return all versions of specified package
I'm using the latest stable version of nuget.exe (4.3.0) and attempting to get all versions of a package.
This returns only one version:
nuget.exe list OBeautifulCode.Math.HashCodeHelper -...
0
votes
1
answer
37
views
Is there any benefit of uploading package on nuget?
I am wondering there is no benefit of uploading package on nuget then why people spent too much time to create a package and upload it on nuget?
0
votes
2
answers
2k
views
Private Nuget Server: I can't see my packages from Nuget Package Explorer
I followed the Microsoft official Guide for create a Private Nuget Server. Everything seems to work, I can see my packages feed from browser and I can see my packages from Visual Studio package ...
3
votes
1
answer
311
views
NuGet Server - Access custom private NuGet gallery based on dynamic Feed URL
I need to provide private NuGet patch for the customers. We have more number of customers. We are in the position to provide different NuGet Patch to all needed customers. Now, I have followed below ...
1
vote
2
answers
616
views
Documentation for nuget API
does anyone knows a good documentation for nuget service endpoints?
I'm looking for it for both nuget v2 and v3 (v2 in priority as V3 is still in contruction).
1
vote
2
answers
1k
views
Nuget Gallery with multiple feeds
I recently installed Nuget Gallery (https://github.com/NuGet/NuGetGallery) as a repository. Ideally I would like to create multiple feeds so that I could differentiate between nuget packages that will ...
0
votes
0
answers
156
views
pushing nugetGallery to windows azure website getting error: The OutputPath property is not set for project 'NuGetGallery.csproj'
I took codebase from https://github.com/NuGet/NuGetGallery to push nugetgallery on my own azure website but failed.
I'm getting following error and deployment failed.
D:\Windows\Microsoft.NET\...
8
votes
4
answers
3k
views
NuGet Server With Caching
I have a build server that pulls nuget packages on every build, and currently have a NugetGallery deployed internally for custom packages. Right now that eats bandwidth like no tomorrow (not a huge ...
3
votes
1
answer
2k
views
When should NuGet Gallery search index update?
I have recently installed a local NuGet Gallery from the instructions on GitHub.
It appears to be working correctly when I upload packages through the UI, but packages pushed using the command line ...
2
votes
0
answers
646
views
When I am adding MvcSiteMapProvider.MVC4 System.Web.Mvc version difference error is coming
I am adding MvcSiteMapProvider in my sample site using Package Manager console like
PM> Install-Package MvcSiteMapProvider.MVC4
but after installation completion facing below Error.
i.e.
uses ...
0
votes
1
answer
241
views
update NuGet local server
I have a local NuGet server & NuGet gallery both in version 2.2
I want to update them to 2.8.1, without loosing all my packages and changes I made in the website.
Is there anyway to do so?
...
1
vote
2
answers
1k
views
Private nuget feed - package path folders and indexing woes
We used nuget.server 2.8 to create a private feed for hosting nuget packages (mostly chocolatey packages) in our organization. I would like to improve/expand the indexing capability but I can't figure ...
3
votes
1
answer
2k
views
Using NuGet to push "All" packages in my solution to a shared drive?
I have recently setup a shared drive to act serve as my private Nuget repository.
I wish to push ALL nupkg files from my packages directory to my shared drive.
I managed to figure out this command:
...
2
votes
2
answers
1k
views
Error When Upload to Local/Private nuget gallery
I just setup a private/local nuget gallery. I created my first package using the instructions mentioned in http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package
However I am ...