July 2017
Beginner
466 pages
9h 37m
English
When you are ready to create the NuGet package, change the build mode to Release and build it again, to make sure there are no errors. Now, right-click on the project in Visual Studio 2017 Solution Explorer, and from the context menu, click on the menu item Pack, as shown in the following screenshot:

This will start the build process and create the NuGet package file (.nupkg) in the bin\Release folder of the project. The file name will construct using the PackageId and PackageVersion that we defined in the project metadata, and will generate as <PackageId>.<PackageVersion>.nupkg (in our case, ...
Read now
Unlock full access