using Cake.Frosting; namespace Build; public static class Program { public static int Main(string[] args) { return new CakeHost() .UseContext() // Uncomment this if you don't want to set the suffix via the run profile program arguments //.UseCakeSetting(nameof(BuildContext.BuildSuffix), "") .Run(args); } }