Skip to content

Commit f1a4134

Browse files
committed
Update .NET SDK
1 parent 2338bfa commit f1a4134

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
buildPlatform: Any CPU
88
buildConfiguration: Release
99
version: 5.1.24
10-
dotnetSDKVersion: 7.0.306
10+
dotnetSDKVersion: 7.0.400
1111
nodeVersion: 18
1212

1313
jobs:
@@ -90,10 +90,13 @@ jobs:
9090
with:
9191
reports: 'src\target\reports\coverage\coverage.opencover.xml'
9292
targetdir: 'src\target\reports\coverage'
93-
reporttypes: 'HtmlInline_AzurePipelines;Cobertura;Badges'
93+
reporttypes: 'HtmlInline_AzurePipelines;Cobertura;Badges;MarkdownSummaryGithub'
9494
assemblyfilters: '-xunit*'
9595
license: '${{ secrets.REPORTGENERATOR_LICENSE }}'
9696

97+
- name: 'Publish coverage summary'
98+
run: $env:GITHUB_STEP_SUMMARY = $env:GITHUB_STEP_SUMMARY = type .\src\target\reports\coverage\SummaryGithub.md
99+
97100
- name: 'Publish code coverage results'
98101
uses: actions/upload-artifact@v3
99102
with:

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.306",
3+
"version": "7.0.400",
44
"rollForward": "latestMajor"
55
}
66
}

0 commit comments

Comments
 (0)