Skip to content

Add task to run unit test in build.cake script #7

@Marusyk

Description

@Marusyk

build.cake has already had template for task "Run-Unit-Tests". Need to add a simple run of unit test

grok.net/build.cake

Lines 36 to 41 in 9383ff3

Task("Run-Unit-Tests")
.IsDependentOn("Build")
.Does(() =>
{
// No unit tests yet!
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions