Skip to content

Commit 8211460

Browse files
committed
restore nuget packages when building with cake
1 parent 315c9a4 commit 8211460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Task("Restore-NuGet-Packages")
6868
.IsDependentOn("Clean")
6969
.Does(() =>
7070
{
71+
NuGetRestore(solution);
7172
DotNetCoreRestore(solution);
7273
});
7374

0 commit comments

Comments
 (0)