Skip to content

Commit

Permalink
try expecto run
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Mar 30, 2023
1 parent 4c5b40a commit 963026e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ let init args =
"."
|> ignore

let testTFM tfm =
exec "dotnet" $"run --framework {tfm} -c Release --project .\\test\\Ionide.ProjInfo.Tests\\Ionide.ProjInfo.Tests.fsproj" "."
|> ignore


Target.create "Test" DoNothing

Target.create "Test:net6.0" (fun _ -> testTFM "net6.0")
Expand Down

0 comments on commit 963026e

Please sign in to comment.