Building a C# application with Cake:
- build solution via MSBuild
- run tests with NUnit
- create zip archive
- create
srcfolder, create solution - adjust
build.cake - build:
.\build.ps1 - add
SolutionInfo.csto Solution and and links from all projects, remove duplicated info fromAssemblyInfo.csfiles - build again
- powershell v3+ is required to run the
build.ps1file ($PSVersionTable.PSVersion) - doesn't run from a network share without further work (
CasPol.exe...)