Skip to content

Commit e097dd5

Browse files
committed
[Build] Add CleanProjectsModule to test context setup
1 parent ec1feb8 commit e097dd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
if (args.Contains("test"))
3030
{
31+
builder.Services.AddModule<CleanProjectsModule>();
3132
builder.Services.AddModule<TestProjectsModule>();
3233
}
3334

0 commit comments

Comments
 (0)