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

Commit fa019cf

Browse files
author
Dave Humphreys
committed
Updated to switch to nuget validation
Updated to switch to nuget validation
1 parent 7de1588 commit fa019cf

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
@@ -318,7 +318,7 @@ Task ("clean")
318318
Task ("ci")
319319
.IsDependentOn ("ci-setup")
320320
.IsDependentOn ("binderate")
321-
.IsDependentOn ("nuget")
321+
.IsDependentOn ("nuget-validation")
322322
.IsDependentOn ("diff");
323323

324324
RunTarget (TARGET);

0 commit comments

Comments
 (0)