Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 08abfd3

Browse files
authored
Added target for just binderate/nuget
1 parent 51d3adc commit 08abfd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.cake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,10 @@ Task ("clean")
326326
CleanDirectories ("./**/packages");
327327
});
328328

329+
Task ("packages")
330+
.IsDependentOn ("binderate")
331+
.IsDependentOn ("nuget");
332+
329333
Task ("full-run")
330334
.IsDependentOn ("binderate")
331335
.IsDependentOn ("nuget")

0 commit comments

Comments
 (0)