Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
2k views

Visual studio nuget is not using the HTTPS configured feed and use HTTP instead

I have created a nuget teamcity feed on a https url : https://teamcity:xyz/httpAuth/app/nuget/v1/FeedService.svc/ When I push to this url or list package in visual studio it works but when I ...
jboo's user avatar
  • 374
0 votes
1 answer
294 views

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 ...
Jesper Lund Stocholm's user avatar
0 votes
0 answers
366 views

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 ...
Noobie3001's user avatar
  • 1,241
1 vote
2 answers
1k views

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 here:...
Sgedda's user avatar
  • 1,521
2 votes
0 answers
710 views

Package manager doesn't see internal NuGet packages published before today

We have an internal NuGet package feed (published from TeamCity), and after updating VS2015 NuGet Package Manager as prompted by VS, I can't see any packages in the feed that were published before the ...
Gabe Haack's user avatar