Skip to content

Commit 0a9e6dd

Browse files
committed
Rename testandpackage target to release and build docs also.
1 parent a268d89 commit 0a9e6dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.cake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ var srcProjectNames = new[]
4040
};
4141

4242
Task("Default")
43-
.IsDependentOn("TestAndPackage");
43+
.IsDependentOn("Test");
4444

45-
Task("TestAndPackage")
45+
Task("Release")
46+
.IsDependentOn("Build")
4647
.IsDependentOn("Test")
48+
.IsDependentOn("Docs")
4749
.IsDependentOn("Package");
4850

4951
Task("Restore")

0 commit comments

Comments
 (0)