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 fedcc23 commit 8f2f1c9Copy full SHA for 8f2f1c9
docs/tools/generate.fsx
@@ -27,11 +27,7 @@ open FSharp.MetadataFormat
27
let execContext = Fake.Core.Context.FakeExecutionContext.Create false (Path.Combine(__SOURCE_DIRECTORY__, __SOURCE_FILE__)) []
28
Fake.Core.Context.setExecutionContext (Fake.Core.Context.RuntimeContext.Fake execContext)
29
30
-#if RELEASE
31
-let root = website
32
-#else
33
-let root = "file://" + (__SOURCE_DIRECTORY__ @@ "../output")
34
-#endif
+let root = "."
35
36
// Paths with template/source/output locations
37
let bin = __SOURCE_DIRECTORY__ @@ "../../bin"
0 commit comments