We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af014c4 commit c706ad3Copy full SHA for c706ad3
1 file changed
build.fsx
@@ -153,14 +153,13 @@ Target.create "Release" (fun _ ->
153
154
Target.create "All" ignore
155
156
-// "Clean"
157
-// ==> "Build"
158
-// ==> "RunTests"
159
-// ==> "All"
160
-// ==> "NuGet"
161
-// ==> "PublishNuget"
162
-// ==>
163
-"GenerateDocs"
+"Clean"
+ ==> "Build"
+ ==> "RunTests"
+ ==> "All"
+ ==> "NuGet"
+ ==> "PublishNuget"
+ ==> "GenerateDocs"
164
==> "ReleaseDocs"
165
==> "Release"
166
0 commit comments