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 7d7dea4 commit 5ce3e31Copy full SHA for 5ce3e31
build.fsx
@@ -470,7 +470,7 @@ Target "PublishNuGet" (fun _ ->
470
// --------------------------------------------------------------------------------------
471
// Generate the documentation
472
473
-let disableDocs = true // https://github.com/fsprojects/FSharp.Formatting/issues/461
+let disableDocs = false // https://github.com/fsprojects/FSharp.Formatting/issues/461
474
475
let fakePath = __SOURCE_DIRECTORY__ @@ "packages" @@ "build" @@ "FAKE" @@ "tools" @@ "FAKE.exe"
476
let fakeStartInfo fsiargs script workingDirectory args environmentVars =
0 commit comments