We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdd30a commit c880806Copy full SHA for c880806
.gitignore
@@ -39,6 +39,7 @@ _NCrunch*/
39
.fake
40
packages/*
41
paket.exe
42
+paket-files/*.cache
43
44
build/*
45
!build/tools
build/scripts/Targets.fsx
@@ -88,6 +88,7 @@ Target "Canary" <| fun _ ->
88
==> "Profile"
89
90
"Clean"
91
+ ==> "Restore"
92
=?> ("FullBuild", Commandline.needsFullBuild)
93
==> "Benchmark"
94
@@ -96,6 +97,7 @@ Target "Canary" <| fun _ ->
96
97
==> "Canary"
98
99
100
101
102
==> "Integrate"
103
0 commit comments