We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3072c commit 02ac503Copy full SHA for 02ac503
azure-pipelines.yaml
@@ -25,7 +25,7 @@ steps:
25
inputs:
26
command: test
27
projects: tests/unit
28
- arguments: '-c Release /p:AltCover=true /p:AltCoverCobertura=coverage.xml /p:AltCoverAssemblyFilter="(.*)(?<!Queil.FSharp.FscHost)$"'
+ arguments: '--framework net10.0 -c Release /p:AltCover=true /p:AltCoverCobertura=coverage.xml /p:AltCoverAssemblyFilter="(.*)(?<!Queil.FSharp.FscHost)$"'
29
30
- task: PublishCodeCoverageResults@2
31
0 commit comments