-
Notifications
You must be signed in to change notification settings - Fork 14
Building the Nuget Package
Rob Lang edited this page Aug 26, 2016
·
13 revisions
These instructions are for building the nuget package.
- Open
./NJsonApiCore.Web.MVC5.HelloWorld.sln- Update nuget packages
- Select Release Build and build all. Close solution.
- Open
./NJsonApiCore.Web.MVCCore.HelloWorld.sln- Update nuget packages
- Select Release Build and build all. Close solution.
- Open
./Package.nuspecand update the version number and release note - Open a command line
- At the project root type
nuget pack package.nuspec