0

I have downloaded nuget gallery code from git clone [email protected]: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 anyone give me link for code that I can configure and host it on my Azure website?

1
  • Can you give some details on errors? I did the same thing a year ago and i managed to get it working. Commented Jun 18, 2015 at 19:00

1 Answer 1

0

Looking through commits history ayear ago I did these things:

  1. Removed from NuGetGallery.csproj
  2. Changed http://localhost/nuget to http://localhost:4040 in NuGetGallery.csproj
  3. Added to Config
  4. Added folder src/NuGetGallery/App_Data/Mail

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.