Open codedemonuk opened 6 years ago
A build script written in Cake to allow automatic restoring of NuGet packages and building of the solution from the command line using
.\build.ps1
It can also generate a packaged Zip of the application and put it in the build\artifacts directory using the following command:
build\artifacts
.\build.ps1 -t Ci-Build
Having a build script that you can easily execute on a CI platform will help with continuous integration using tools like AppVeyor or TravisCI.
This resolves issue #44
A build script written in Cake to allow automatic restoring of NuGet packages and building of the solution from the command line using
It can also generate a packaged Zip of the application and put it in the
build\artifacts
directory using the following command:Having a build script that you can easily execute on a CI platform will help with continuous integration using tools like AppVeyor or TravisCI.
This resolves issue #44