#Private NuGet server
This is an implementation of private NuGet server that you can deploy and start using in seconds.
##Using
- Deploy to Azure
- Open KuDu console at http://.scm.azurewebsites.net
- Go to Debug Console > CMD
- Use command
cd site\wwwroot\app_data
to open App_Data folder - Drag and drop your
*nupkg
files to the folder - 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.