Skip to content

Build script to allow compilation from the command line#45

Open
codedemonuk wants to merge 6 commits intodavkean:masterfrom
codedemonuk:cake-build
Open

Build script to allow compilation from the command line#45
codedemonuk wants to merge 6 commits intodavkean:masterfrom
codedemonuk:cake-build

Conversation

@codedemonuk
Copy link
Copy Markdown

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.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant