Questions tagged [nugetgallery]

Nuget gallery is the package manager for .net platform.

As per nuget.org -

The NuGet Gallery is the central package repository used by all nuget package authors and consumers. One can find a number of open source packages to be consumed in one's .net projects.

Nuget is a package manager for Microsoft's .net platform. The latest development on the gallery happens on github

69 questions
0
votes
0 answers

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\Framework\v4.0.30319\Microsoft.Common.targets(609,5): …
Neo
  • 15,491
  • 59
  • 215
  • 405
0
votes
1 answer

How do I host Nuget Gallery in my own Azure website?

I have downloaded nuget gallery code from git clone git@github.com:NuGet/NuGetGallery.git as mention I tried to setup gallery in local IIS but I failed getting error [No relevant source lines] code contains all files(unnecessary also) :( can…
Neo
  • 15,491
  • 59
  • 215
  • 405
0
votes
1 answer

How can I create a solution level NuGet package for an entire project?

I have created a NuGet gallery in my company. I want to create and publish a solution level NuGet package. Everyone who will install the package will not get a dll but an entire project added to his/her visual studio solution. Just like adding an…
eyal
  • 1
0
votes
2 answers

Does NuGet automatically upgrade installed packages to new versions?

I see that there are new versions of ASP.NET MVC and Web API If a solution references these NuGet packages, will it automatically update them to these newer versions with options set thus: ?
0
votes
1 answer

Publish a specific TeamCity artifact to NuGet

I have set up a local NuGet gallery and want to publish my build artifacts to it. Rather than publishing every single build artifact to the Nuget gallery each time there is a build, I want to be able to publish a specific version of the artifact…
Vikram
  • 608
  • 1
  • 7
  • 18
0
votes
1 answer

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? Thanks
0
votes
1 answer

Implementing Nuget in our corporate environment - how to have it work with our AD accounts instead of normal usernames/passwords?

I've been fighting this for a while, but how would we get our internal implementation of Nuget to work with our AD accounts instead of a normal registration process that requires a unique username and password? For example, in our corporate…
Mike Marks
  • 10,017
  • 17
  • 69
  • 128
0
votes
1 answer

How does a nuget package specify copylocal

I have issues that I am dealing with where certain nuget installed package added via VS2012 have the copylocal value set to true where as others don't have any value set. How does nuget know when to add copylocal and not to? Is there some setting…
rizan
  • 339
  • 1
  • 3
  • 16
0
votes
1 answer

how do you install an older version of NuGet in Visual Studio 2010?

How do you install an older version of NuGet in vs2010? Not use NuGet to install a older version of something else, but install say NuGet v1.5 instead of NuGet v2.2?
Eric Brown - Cal
  • 14,135
  • 12
  • 58
  • 97
1 2 3 4
5