Skip to content

Commit eb78b7a

Browse files
Run unit tests only for .net 8
1 parent c4cd3ab commit eb78b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ steps:
102102
inputs:
103103
command: test
104104
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'
106106

107107
- task: Palmmedia.reportgenerator.reportgenerator-build-release-task.reportgenerator@4
108108
displayName: 'Create Code Coverage Report'

0 commit comments

Comments
 (0)