Skip to content

Instantly share code, notes, and snippets.

@Andersoft
Created June 3, 2022 19:35
Show Gist options
  • Save Andersoft/0d7522bcd8cf7dcbba8fb95138c7efee to your computer and use it in GitHub Desktop.
Save Andersoft/0d7522bcd8cf7dcbba8fb95138c7efee to your computer and use it in GitHub Desktop.
public static class Program
{
public static int Main(string[] args)
{
return new CakeHost()
.UseContext<BuildContext>()
.Run(args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment