davkean / audio-switcher

App that lets you easily switch Windows audio devices
MIT License
382 stars 53 forks source link

Build script to allow compilation from the command line #45

Open codedemonuk opened 6 years ago

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