File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1010 packageType : sdk
1111 version : 10.0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
1212
13- - script : dotnet test --configuration ${{ parameters.configuration }} --report-xunit-trx --collect:"XPlat Code Coverage"
13+ - script : dotnet test --configuration ${{ parameters.configuration }} --report-xunit-trx
1414 displayName : Build and Test
1515
1616- task : PublishTestResults@2
2424 displayName : Publish Code Coverage
2525 inputs :
2626 codeCoverageTool : Cobertura
27- summaryFileLocation : $(System.DefaultWorkingDirectory)/**/coverage.cobertura.xml
28- reportDirectory : $(System.DefaultWorkingDirectory)
27+ summaryFileLocation : $(System.DefaultWorkingDirectory)/**/coverage.cobertura.xml
Original file line number Diff line number Diff line change 22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33
44 <ItemGroup Condition =" '$(IsSharedProject)' == 'false' " >
5- <PackageReference Include =" coverlet.collector" Version =" 8.*" />
65 <PackageReference Include =" FluentAssertions" Version =" 8.8.*" />
76 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.*" />
87 <PackageReference Include =" Microsoft.Testing.Platform.MSBuild" Version =" 2.*" />
8+ <PackageReference Include =" Microsoft.Testing.Platform.Extensions.CodeCoverage" Version =" 1.*" />
99 <PackageReference Include =" Moq" Version =" 4.20.69" />
1010 <PackageReference Include =" xunit.v3.mtp-v2" Version =" 3.*" />
1111 </ItemGroup >
You can’t perform that action at this time.
0 commit comments