-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
build.cake has already had template for task "Run-Unit-Tests". Need to add a simple run of unit test
Lines 36 to 41 in 9383ff3
Task("Run-Unit-Tests") | |
.IsDependentOn("Build") | |
.Does(() => | |
{ | |
// No unit tests yet! | |
}); |
Metadata
Metadata
Assignees
Labels
No labels