Tagged Questions
1
vote
1answer
39 views
Local nuget server: 405 Method not allowed
I've configured a local nuget server as described here: http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds
I can browse to it and look at the feed. But I can not publish ...
0
votes
1answer
82 views
Private Nuget Server Returning 503 error for me, but nobody else
Okay, here's another weird one...
I have installed and setup an in house nuget server for our company - it is running the latest version on nuget (2.2.31210.9045). I can hit the url in my browser ...
0
votes
2answers
96 views
NuGet 2.2.3 extention problems. Cannot connect to server?
I have project where NugGet is used.
I am trying to build project and i have next errors:
...
Error 88 Unable to find version '2.1.505.2' of package 'Unity'. Common
Error 84 Unable to ...
0
votes
1answer
49 views
NuGet Get Latest Package From Feed
I have an environment where I'm building several library solutions in TFS. At the end of the build process the script packages them into a NuGet package and pushes them to our local feed.
Now we can ...
3
votes
1answer
77 views
How to Fix 401 Authentication Error when Publishing to Self-Hosted NuGet Server
I followed these instructions to host a NuGet Server (version 2.2.2) on our Intranet. It works great as far as listing the packages and retrieving them in VS 2012. But when I create a package using ...
0
votes
2answers
71 views
Download full nuget package so I can copy to another machine?
Background
I'm in a computing environment that utilizes Indirect Internet access (via a VM) for security.
I have the following machines:
Desktop -- the machine I develop on; no internet access.
...
0
votes
0answers
96 views
Local Nuget Feed - Get request 404 error
I'm setting up a NugetFeed on our intranet, running on a 2003 Server IIS6.
The idea is to install packages using the Nuget Package Manager through the VS 2010 interface.
I've setup the extensionless ...
0
votes
1answer
178 views
Nuget Server responds with (405) Method Not Allowed while pushing or deleting a package
I am getting a (405) Method Not Found error when attempting to push a package to my locally hosted Nuget Server (Nuget.Server package) hosted on IIS 7.5 on Windows 2008 R2 Enterprise.
There is a ...
1
vote
1answer
48 views
Is there a way to support nested UNC paths for nuget package source?
In our environment we currently have a nested folder structure that holds our assemblies.
For example: \SERVER\Assemblies\SomeCompany\MyRockinAssembly\v1.0.0.0\MyRockinAssembly.dll
We are looking ...
0
votes
3answers
104 views
How to push my Nuget package to the official gallery having my package at my own server
I have a web public folder which I use when I want to share any file so I was thinking on having my nuget package there. I tried to push it using:
nuget push Me.Utility.1.0.nupkg API_KEY -Source ...
1
vote
1answer
318 views
How should I tell TeamCity's NuGet Installer build step to use both NuGet.org and the TeamCity provided packages source?
I'm having trouble with my NuGet Installer build step.
We're using both official NuGet.org packages and our own packages hosted on the TeamCity NuGet server. If I leave Packages Sources blank, then ...
2
votes
3answers
178 views
how to specify location of nuget packages when package restore is enabled?
I am working on a .net solution and use nuget for my package management. I have selected the option to "Enable Nuget Package Restore" so that the nuget packages not checked in to source control.
...
4
votes
1answer
88 views
How do I make a build show up in my TeamCity public NuGet feed?
We use TeamCity 7.1.1 to publish NuGet packages on both the authenticated and public feed URLs. I've just created a new package and can't get it to show up on the public feed, though it does appear on ...
1
vote
1answer
40 views
How can I block users from accessing a certain ProGet feed?
I am using ProGet 1.0.9 and I can't figure out how to block a certain set of users from accessing a NuGet feed. I still want these users to be able access all the rest of the feeds, I just want one ...
3
votes
2answers
358 views
Self-Hosting NuGet
I have been looking at self hosting NuGet, having a hard time understanding how to set it up and how it would help support our development process.
Does anyone have any recommendations as to which ...