Questions tagged [nuget-server]

Hosted or on-premise NuGet package repositories based on the open-source NuGet Gallery or NuGet.Server library.

A NuGet server usually is based on the NuGet.Server library, or based on the open-source NuGet Gallery.

NuGet servers are NuGet package repositories exposing a NuGet feed for consumption by a NuGet client and providing a way of securing and controlling access to the repository by means of an API-key, authentication and authorization.

As such, a simple network share containing NuGet packages should not be considered a NuGet server.

293 questions
0
votes
1 answer

Securing nuget-server with Office 365 authentication

I am trying to set up a nuget server for our organization. I am setting it up using the guide at https://www.codeproject.com/articles/872230/create-your-own-private-nuget-server-in-windows-az and all is basically good. The code works and I can…
0
votes
2 answers

Setup NuGet.Server doesn't run the app due to Locking

I've followed the simple steps on here, https://learn.microsoft.com/en-us/nuget/hosting-packages/nuget-server But, then my application fails to run with this error.
Ninos
  • 224
  • 4
  • 18
0
votes
1 answer

Self-Hosting TFS PackageManagement (nuget server)

I was interested in exploring the new PackageManagement service for TFS/Team Services -- though at a glance, it doesn't look like there's a self-hosted option for on-prem TFS server. Can anyone confirm? Thanks.
user2701761
0
votes
0 answers

Tell Nuget to search multiple sources when using Nuget.Server

I've setup a nuget server and successfully published a package which has an external dependency located on nuget.org. When trying to install my package, I get an error saying "Package NPOI 2.2.1 is not found on source (my local server)". Can I tell…
Noobie3001
  • 1,230
  • 18
  • 31
0
votes
2 answers

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 manager. However when I try to push, read or create new…
Davide
  • 131
  • 5
  • 18
0
votes
1 answer

Nuget package not installing, failed to add reference

I'm running a local NuGetServer v2.11.3.0 and I'm trying to install custom packages that I have created. I ran into an issue when I try to install the package and I get the following error. Failed to add reference to 'mycustomdll'. I…
Jazzy
  • 45
  • 6
0
votes
1 answer

Local Nuget server throwing Object reference error

We have an internal Nuget server which has started throwing the following error when searching for packages through visual studio: [NullReferenceException: Object reference not set to an instance of an…
Declan McNulty
  • 3,194
  • 6
  • 35
  • 54
0
votes
1 answer

Nuget package does not copy content (XML Files)

We are using TFS build steps for creating nuget packages. So automatically TFS does this job, i mean, it creates firstly nuspec file and then creates nupkg. So, this package contains my xml settings but the problem it does not copy into the…
ertan2002
  • 1,458
  • 1
  • 32
  • 68
0
votes
1 answer

The Nuget package (nupkg) doesn't sync with the project latest changes?

I created a Nuget package, I made some changes to the project and added some comments, but after updating the package, those changes didn't apply, and still has the first release. I have the NuGet.exe, the *.nuspec and the *.nupkg files in the same…
mshwf
  • 7,009
  • 12
  • 59
  • 133
0
votes
1 answer

Nuget Package Manager combining local and external servers

Hoping for a little help here. I've a custom built dll which has a dependency on EntityFramework. I've deployed the custom build dll to our local nuget server. However I have not deployed EntityFramework. That is available on the external nugget…
Fiona
  • 1,599
  • 5
  • 24
  • 38
0
votes
2 answers

Visual Studio 2013 project - Downloading package 'NuGet.Build' failed

I have a project under source control (TFS) and it physical location is: C:\repositry\devRep\application\DevEnv\Test\Project1 I have moved solution file (.sln) and its project to one level up using TFS (Source Control Explorer Move…
simbada
  • 940
  • 4
  • 24
  • 43
0
votes
1 answer

TeamCity NuGet Package Restore Failing After Upgrade to 10.x

Been getting the old NuGet Installer Failed error after upgrading to TeamCity 10.x. The Build Server is on a local VM and the NuGet Server is on another VM on RackSpace. I can authenticate using the feed and the credentials, and the package is…
jwwicks
  • 79
  • 6
0
votes
2 answers

Add team services hosted nuget dependency using nuget package explorer

I'm trying to add a dependency to a nuget package that is hosted on team services aka TFS aka Visual Studio Online using Nuget Package Explorer (NPE) but it fails with a 401 exception as below: Also note that I've tried both the v2 and v3 source…
rism
  • 11,932
  • 16
  • 76
  • 116
0
votes
0 answers

Pushing packages to private nuget repository

So I just set up a local nuget repository by following these steps, and I got everything working ok except for pushing packages from the command line. I can push them via the website and they show up as they should. But when I run the command nuget…
bobblez
  • 1,340
  • 20
  • 35
0
votes
2 answers

Nuget Packages not available in TeamCity

We are experimenting with using Octopus for CD using TeamCity. We have enabled OctoPack to create the Nuget Packages for use during the deployment. We also are experimenting with building libraries and using the integrated Nuget Server. We were…
swhite
  • 31
  • 5