Skip to content

Commit 0c501ed

Browse files
committed
fixup! refactor(docs): use variable for the common string constants in apirefloader.fsx
1 parent 610075f commit 0c501ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/loaders/apirefloader.fsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ let loader (projectRoot: string) (siteContet: SiteContents) =
3636
let projectName = "FSharpLint.Core"
3737
let projectArtifactName = "FSharpLint.Core.dll"
3838
let possiblePaths = [
39+
// CI build output
40+
Path.Combine("..", "build", projectArtifactName)
3941
// Release build
4042
Path.Combine(projectDir, "bin", "Release", dotNetMoniker, projectArtifactName)
4143
// Debug build

0 commit comments

Comments
 (0)