Skip to content

Commit c4d4b9a

Browse files
committed
updated build workflows to .Net 6 #23
1 parent ea5d3b4 commit c4d4b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
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

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

0 commit comments

Comments
 (0)