-
Notifications
You must be signed in to change notification settings - Fork 16
Cake.Frosting usage #72
Copy link
Copy link
Closed
Description
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);Reactions are currently unavailable