Skip to content

Commit 4987cef

Browse files
committed
test net6.0
1 parent da9ae70 commit 4987cef

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
@@ -37,7 +37,7 @@ let private clean (arguments:ParseResults<Arguments>) =
3737

3838
let private build (arguments:ParseResults<Arguments>) = exec "dotnet" ["build"; "-c"; "Release"] |> ignore
3939

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

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

0 commit comments

Comments
 (0)