Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Aug 14, 2023
1 parent 2f7f285 commit 87979a9
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 @@ -49,7 +49,7 @@ Target.create "Build_Solution" (fun _ ->

Target.create "Test_Solution" (fun _ ->
[
"test": @@ "Ops.Web.Tests"
"test" @@ "Ops.Web.Tests"
] |> List.iter testWithDotNet
)

Expand Down

0 comments on commit 87979a9

Please sign in to comment.