Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 13cd3a8

Browse files
SyncFileContentsSyncFileContents
authored andcommitted
Sync .github\workflows\dotnet.yml
1 parent dec3683 commit 13cd3a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Test
118118
shell: pwsh
119-
run: dotnet test --configuration Release --verbosity normal --no-build
119+
run: dotnet test -m:1 --configuration Release --verbosity normal --no-build
120120

121121
- name: Detect Dependencies
122122
if: ${{ env.SHOULD_RELEASE == 'True' }}
@@ -165,7 +165,7 @@ jobs:
165165
commit: ${{ env.RELEASE_HASH }}
166166
allowUpdates: false
167167
skipIfReleaseExists: true
168-
omitBody: true
169168
generateReleaseNotes: true
169+
bodyFile: CHANGELOG.md
170170
replacesArtifacts: false
171171
makeLatest: true

0 commit comments

Comments
 (0)