Cake Build Script - Node, Gulp, .NET Core MSBuild

The following is a basic guide for setting up a Cake build script to work with a project that utilizes .NET Core, Node.JS, and Gulp. This build script can be used with various continuous integration setups to assist with automated builds and deployments of code. Requirements: * .NET Core SDK…