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
1
vote
1 answer

TeamCity Custom nuget server

I was wondering if I can use my own private nuget server in TeamCity that requires authentication. I know that TeamCity offers a built-in nuget server but I dont want to use this as I have dozens of packages on my own server already. Thanks in…
pantonis
  • 5,601
  • 12
  • 58
  • 115
1
vote
1 answer

TFS - 409 Conflict during package upload

I have an issue with TFS (version 15.105.25910.0) during nuget's package upload: ****************************************************************************** Starting task: NuGet…
cirio
  • 11
  • 1
  • 4
1
vote
2 answers

Fail to push nuget package. "nuget push" command not working after authorization added to nuget server

I followed this guide to setup athorization to my nuget-server: http://blog.fermium.io/nuget-server-with-basic-authentication/ For the full authorization solution that I am using you can find it…
Sgedda
  • 1,323
  • 1
  • 18
  • 27
1
vote
2 answers

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).
jroquelaure
  • 533
  • 3
  • 13
1
vote
0 answers

Package update after delete cache in NuGet.Server v2.11.2.0

I am using latest NuGet.Server v2.11.2.0 as a my local repository.It hosted at my local system. My problem is that newly added package is not listed while refresh the link. For example In my server Packages folder has 5 .nuget package.But when i add…
mahen
  • 165
  • 3
  • 16
1
vote
1 answer

NuGet.Server Dependency Reference

I am trying to get a self hosted NuGet server working, the idea is to keep small libraries to use in multiple projects. I am using NuGet.Server (https://www.nuget.org/packages/NuGet.Server/ https://docs.nuget.org/create/hosting-your-own-nuget-feeds)…
JonathanPeel
  • 743
  • 1
  • 7
  • 19
1
vote
1 answer

Change default nuget cache folder on Linux

Can I change default nuget packages folder on Linux. I use dotnet restore and found that cache stored in ~/.nuget/packages. But it's not convenient for me.Thanks
Serhii Shemshur
  • 1,273
  • 3
  • 15
  • 21
1
vote
2 answers

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 be reused in other projects (dll's, contracts…
rjso
  • 1,314
  • 10
  • 19
1
vote
0 answers

How to handle .NET build time external dependencies?

What I have: ProjectCore and ProjectExtensions. ProjectExtensions depends on some assemblies which are produced by the build of ProjectCore. both project are built independently as a build components by a general purpose custom internal build…
f0rt
  • 1,801
  • 3
  • 17
  • 30
1
vote
1 answer

How do I publish to a private nuget repository from the command line?

I've found several helpful documents on this topic but I can't seem to make head nor tail of them. Can someone explain to me like I'm five how I can publish to a private nuget repository from the command line? Specifically, how do I authenticate to…
sirdank
  • 3,351
  • 3
  • 25
  • 58
1
vote
1 answer

Configure nuget server to get packages from a specific azure location

I need a nuget server for our company's internal usage. I read about how to create a nuget server, and followed the steps and published my server to azure. I am able to upload my packages to the server through command prompt. Everything is working…
Raj123
  • 971
  • 2
  • 12
  • 24
1
vote
1 answer

Team City NuGet Server not publishing all package versions

We are using Team City 9.1.5. Our main application is very old and complex, and over the years we have had to write several utilities to support customers. The utilities need to reference application components, and multiple versions of the…
Kerry
  • 41
  • 3
1
vote
1 answer

VSTS Build With Local Nuget Package From Local Nuget Server

Has anyone had success building an ASPNET5 application in VSTS with a local (not public facing) Nuget server as a feed? Following these steps: https://msdn.microsoft.com/Library/vs/alm/Build/azure/deploy-aspnet5 I can see the script restoring but it…
jmzagorski
  • 1,135
  • 18
  • 42
1
vote
2 answers

configure visual studio with nuget package, VSIX automatically

I have to configure nugets amd VSIX in my visual studio. We are right now doing it manually by adding the package source under Tools -> Options -> Enviroments / Tools -> Options -> Nuget Package manager. I need to populate the feed/URL for nuget…
1
vote
3 answers

How to avoid my own nuget package overwrite the target project web.config and global.aspx file when they install my package

I was created one nuget package using following step. First I created one Asp.net Mvc application The I created spec file using nuget spec command Then I edited $id$,$version$,$author$,$description$ ect.. Then I created package using following…
P John Raj
  • 537
  • 1
  • 4
  • 17