Skip to content

Commit 1a9f59f

Browse files
committed
Appveyor: Test only net8
1 parent 88a687c commit 1a9f59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
build_script:
1919
- cmd: dotnet restore ./FSharpPlus.sln
2020
- cmd: dotnet build -c Release ./FSharpPlus.sln
21-
- cmd: dotnet test -c Test tests/FSharpPlus.Tests
21+
- cmd: dotnet test -f net8.0 -c Test tests/FSharpPlus.Tests
2222
- ps: if ($env:VersionSuffix) { dotnet pack build.proj --version-suffix $env:VersionSuffix } else { dotnet pack build.proj }
2323
test: off
2424
artifacts:

0 commit comments

Comments
 (0)