Skip to content

Commit b74f286

Browse files
committed
Allow restore to be implicit
1 parent 772fe1b commit b74f286

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/nuke/Build.Generation.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ partial class Build
2424
Target RegenerateBindings => CommonTarget
2525
(
2626
x => x.After(Clean)
27-
.DependsOn(Restore)
2827
.Executes
2928
(
3029
() =>

0 commit comments

Comments
 (0)