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

Commit 2e5f32e

Browse files
committed
Add diff build step into the nuget dep chain
1 parent ffe834a commit 2e5f32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Task ("nuget-setup").IsDependentOn ("buildtasks").IsDependentOn ("externals")
397397
}
398398
});
399399

400-
Task ("nuget").IsDependentOn ("nuget-setup").IsDependentOn ("nuget-base").IsDependentOn ("libs");
400+
Task ("nuget").IsDependentOn ("nuget-setup").IsDependentOn ("nuget-base").IsDependentOn("diff").IsDependentOn ("libs");
401401

402402

403403
Task ("component").IsDependentOn ("component-docs").IsDependentOn ("component-setup").IsDependentOn ("component-base").IsDependentOn ("libs");

0 commit comments

Comments
 (0)