DEV Community

Cecil L. Phillip 🇦🇬 for .NET

Posted on

DevOps for ASP.NET Developers: Hosting NuGet Packages

NuGet defines how packages for .NET are created, hosted, and consumed. Using NuGet feeds, you can make your packages publicly available or limit them to an audience, such as your internal team.

In this episode, Abel shows Jeremy some different options for publishing and hosting your own NuGet packages.

If you liked this video and would like to see some more of our .NET content, please subscribe to our .NET Developers YouTube Channel.

Top comments (2)

Collapse
 
mandybourne profile image
MandyBourne

Nu Get defines how packages for .NET are created, hosted, and consumed. Using Nu Get feeds, you can make your packages publicly available. how to do black magic on girlfriend

Collapse
 
mika76 profile image
Mladen Mihajlović • Edited

Just as an alternative to keeping packages directly in devops server, check out github.com/loic-sharma/BaGet