Hi, can you please update your readme how to use this module with Cake.Frosting?
I tried it multiple times differently and I couldn't find out how to make this module working.
Until I found .UseModule extension on CakeHost so this works:
return new CakeHost()
.InstallTool(new Uri("nuget:?package=xunit.runner.console&version=2.4.1"))
.UseModule<TeamCityModule>()
.UseContext<BuildContext>()
.Run(args);
Hi, can you please update your readme how to use this module with Cake.Frosting?
I tried it multiple times differently and I couldn't find out how to make this module working.
Until I found .UseModule extension on CakeHost so this works: