Skip to content

Commit c880806

Browse files
committed
Make sure we restore before calling integrate
1 parent 5cdd30a commit c880806

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ _NCrunch*/
3939
.fake
4040
packages/*
4141
paket.exe
42+
paket-files/*.cache
4243

4344
build/*
4445
!build/tools

build/scripts/Targets.fsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Target "Canary" <| fun _ ->
8888
==> "Profile"
8989

9090
"Clean"
91+
==> "Restore"
9192
=?> ("FullBuild", Commandline.needsFullBuild)
9293
==> "Benchmark"
9394

@@ -96,6 +97,7 @@ Target "Canary" <| fun _ ->
9697
==> "Canary"
9798

9899
"Clean"
100+
==> "Restore"
99101
=?> ("FullBuild", Commandline.needsFullBuild)
100102
==> "Integrate"
101103

0 commit comments

Comments
 (0)