Skip to content

Cake.Frosting usage #72

@jakubsuchybio

Description

@jakubsuchybio

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);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions