Skip to content

richorama/PrivateNugetToGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private NuGet To Go

Get your own NuGet feed on Azure Websites with the click of a button.

Deploy to Azure

Once deployed, if you go to the azure portal and set nuget_username and nuget_password settings, basic authorization will be enabled. i.e.

settings screenshot

You can also set requireApiKey to true, and provide an API Key with the apiKey setting.

Consuming the feed

  1. In the Visual Studio menu, go to Tools -> Options
  2. In the settings go to NuGet Package Manager -> Package Sources
  3. Add a feed with the url https://YOUR_WEBSITE_NAME.azurewebsites.net/nuget

You will be prompted for the username and password when you access the feed.

Publishing to the feed

$ nuget push MY_PROJECT.nupkg -Source https://YOUR_WEBSITE_NAME.azurewebsites.net

Acknowledgements

License

MIT

About

Get your own NuGet feed on Azure Websites with the click of a button.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published