Skip to content

Commit 02ac503

Browse files
committed
fix: restrict tests to dotnet 10
1 parent 5f3072c commit 02ac503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
inputs:
2626
command: test
2727
projects: tests/unit
28-
arguments: '-c Release /p:AltCover=true /p:AltCoverCobertura=coverage.xml /p:AltCoverAssemblyFilter="(.*)(?<!Queil.FSharp.FscHost)$"'
28+
arguments: '--framework net10.0 -c Release /p:AltCover=true /p:AltCoverCobertura=coverage.xml /p:AltCoverAssemblyFilter="(.*)(?<!Queil.FSharp.FscHost)$"'
2929

3030
- task: PublishCodeCoverageResults@2
3131
inputs:

0 commit comments

Comments
 (0)