File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ steps:
102
102
inputs :
103
103
command : test
104
104
projects : ' **/*.Tests.csproj'
105
- arguments : ' --no-restore --no-build --configuration $(buildConfiguration) /p:CollectCoverage=true /p:Exclude="[Microsoft*]*%2C[Mono*]*%2C[xunit*]*%2C[*.Testdata]*" /p:CoverletOutput=UnitTests.coverage.cobertura.xml /p:MergeWith=$(Build.SourcesDirectory)/Tests/CoverletOutput/coverage.json /p:CoverletOutputFormat=cobertura'
105
+ arguments : ' --no-restore --no-build --configuration $(buildConfiguration) --framework net8.0 /p:CollectCoverage=true /p:Exclude="[Microsoft*]*%2C[Mono*]*%2C[xunit*]*%2C[*.Testdata]*" /p:CoverletOutput=UnitTests.coverage.cobertura.xml /p:MergeWith=$(Build.SourcesDirectory)/Tests/CoverletOutput/coverage.json /p:CoverletOutputFormat=cobertura'
106
106
107
107
- task : Palmmedia.reportgenerator.reportgenerator-build-release-task.reportgenerator@4
108
108
displayName : ' Create Code Coverage Report'
You can’t perform that action at this time.
0 commit comments