Skip to content

Commit f227ada

Browse files
committed
Remove tfm in test command.
1 parent 6629e77 commit f227ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ let lintStage =
4747
let testStage =
4848
stage "Tests" {
4949
run
50-
$"dotnet test {solutionFile} --configuration {configuration} --no-build --blame --logger trx --framework net7.0 --results-directory TestResults -tl"
50+
$"dotnet test {solutionFile} --configuration {configuration} --no-build --blame --logger trx --results-directory TestResults -tl"
5151
}
5252

5353
pipeline "CI" {

0 commit comments

Comments
 (0)