Skip to content

Commit

Permalink
correct sln path in build.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Nov 27, 2023
1 parent 563d4d3 commit 83d27f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let clean = "clean", fun () ->
let checkFormat = "checkformat", fun () ->
Shell.ExecSuccess ("dotnet", $"fantomas --check ./src/FsHttp/ ./src/Tests/")

let slnPath = "./src/FsHttp.sln"
let slnPath = "./FsHttp.sln"
let build = "build", fun () ->
Shell.ExecSuccess ("dotnet", $"build {slnPath}")

Expand Down

0 comments on commit 83d27f7

Please sign in to comment.