Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 838 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 838 Bytes

#Private NuGet server

This is an implementation of private NuGet server that you can deploy and start using in seconds.

##Using

  1. Deploy to Azure Deploy to Azure
  2. Open KuDu console at http://.scm.azurewebsites.net
  3. Go to Debug Console > CMD
  4. Use command cd site\wwwroot\app_data to open App_Data folder
  5. Drag and drop your *nupkg files to the folder
  6. Use http://.azurewebsites.net/nuget as a nuget feed

##Informaiton

Read more about deploying to azure button at azure blog.

Read about hosting your own nuget feeds using NuGet.Server package at docs.nuget.org.