Skip to content

Commit 4bdace0

Browse files
committed
fix ignore
1 parent af5d53f commit 4bdace0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Targets.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let private clean (arguments:ParseResults<Arguments>) =
3838
let private build (arguments:ParseResults<Arguments>) = exec "dotnet" ["build"; "-c"; "Release"] |> ignore
3939

4040
//let private test (arguments:ParseResults<Arguments>) = exec "dotnet" ["test"; "-c"; "Release"; "-f"; "net6.0"] |> ignore
41-
let private test (arguments:ParseResults<Arguments>) = ignore
41+
let private test (arguments:ParseResults<Arguments>) = ignore()
4242

4343
let private pristineCheck (arguments:ParseResults<Arguments>) =
4444
match Information.isCleanWorkingCopy "." with

0 commit comments

Comments
 (0)