0
kicks
Creating a NuPack package using a Build File - Automating your build P
This post is going to walk through the steps of creating a NuPack package as part of an automated build file.
Previously we have created an automated build file to clean, version, compile, zip-binaries and zip-source code.
If you’re now familiar with creating build files then you may want to catch up by reading these:
Create a Build File for a Visual Studio Solution - MsBuild SeriesMercurial Revision No to Version your AssemblyInfo - MsBuild SeriesZipping Build Outputs using a Build File - MsBuld Se...