7
Shouts

The easy way to publish NuGet packages with sources - David Ebbo

published 766 days, 22 hours, 53 minutes ago posted by ScottScott 768 days, 15 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:40:04 PM GMT

The standard way to create NuGet packages today is to:Create a nuspec file with all the metadata and package dependencies Lay out the files that to want to include Run ‘nuget pack’ to create the package Run ‘nuget push’ to push them to the gallery

See Phil’s post more more details on those steps. While this is pretty straightforward, it can be made yet easier if we take advantage of the fact that your VS project already contains a lot of information that shouldn’t have to be repeated.

Today, we are...

category: Web Dev | clicked: 0 | | source: blog.davidebbo.com | show counter code
tags: NuGet