MyGet is a package repository and feed host that you can push nuget packages (amongst other things) at. Their free tier allows you to have public feeds at no cost, and I've been using it to distribute my ASP.NET 5 EntityFramework 6 packages. However, the process of;

  1. Creating a nuget package
  2. Deploying that package to myget

takes time, and is amplified when dealing with multiple packages. As such, I've written the following script to speed things up;

I can now call this on any project and that project will be packaged up and sent to myget. An example is as follows;

myget c:\git\Atquin.EntityFramework.Logging\src\Atquin.EntityFramework.Logging