Skip to content

Commit 942abe4

Browse files
committed
Update and Restore must run before GenAssemblyInfo if it runs
1 parent ec29008 commit 942abe4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

WebSharper.Fake.fsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,12 @@ let MakeTargets (args: Args) =
464464
==> "WS-Publish"
465465
==> "CI-Release"
466466

467-
"WS-Update"
467+
"WS-Restore"
468468
==> "WS-Publish"
469469

470+
"WS-Restore"
471+
?=> "WS-GenAssemblyInfo"
472+
470473
"WS-Clean"
471474
==> "WS-Checkout"
472475

0 commit comments

Comments
 (0)