File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 run : dotnet build src/CodeCoverageSummary.sln --configuration Release --no-restore
2727
2828 - name : Test with sample file
29- run : dotnet src/CodeCoverageSummary/bin/Release/net5 .0/CodeCoverageSummary.dll --files src/coverage.cobertura.xml --badge true
29+ run : dotnet src/CodeCoverageSummary/bin/Release/net6 .0/CodeCoverageSummary.dll --files src/coverage.cobertura.xml --badge true
Original file line number Diff line number Diff line change 3030 run : dotnet build src/CodeCoverageSummary.sln --configuration Release --no-restore
3131
3232 - name : Test with sample file
33- run : dotnet src/CodeCoverageSummary/bin/Release/net5 .0/CodeCoverageSummary.dll src/coverage.cobertura.xml --badge true
33+ run : dotnet src/CodeCoverageSummary/bin/Release/net6 .0/CodeCoverageSummary.dll src/coverage.cobertura.xml --badge true
3434
3535 - name : Get Previous Tag
3636 id : get_previous_tag
You can’t perform that action at this time.
0 commit comments