Skip to content

Commit c706ad3

Browse files
committed
move to fsdocs
1 parent af014c4 commit c706ad3

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

build.fsx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,13 @@ Target.create "Release" (fun _ ->
153153

154154
Target.create "All" ignore
155155

156-
// "Clean"
157-
// ==> "Build"
158-
// ==> "RunTests"
159-
// ==> "All"
160-
// ==> "NuGet"
161-
// ==> "PublishNuget"
162-
// ==>
163-
"GenerateDocs"
156+
"Clean"
157+
==> "Build"
158+
==> "RunTests"
159+
==> "All"
160+
==> "NuGet"
161+
==> "PublishNuget"
162+
==> "GenerateDocs"
164163
==> "ReleaseDocs"
165164
==> "Release"
166165

0 commit comments

Comments
 (0)