Step 2

Create a Cake script to test the installation. Create a build.cake file; which should be placed in the same location as the build.sh file:

var target = Argument("target", "Default");Task("Default")  .Does(() =>{  Information("Installation Successful");});RunTarget(target);

Get C# and .NET Core Test Driven Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.