How to make a PowerShell build script with PSake
Think you can do better?
Show us!
Sometimes to build software, we need to run tasks in a certain order. PSake is a tool where build scripts can be written and versioned using PowerShell. This snip will take a look at PSake and how to start using it.
Prerequisites include: Chocolatey or any of the other accounts mentioned in the PSake Github repo.