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...
No comments yet, be the first one to post comment.