Skip to content

Commit 6470390

Browse files
Add configuration flag to dotnet test.
1 parent f48fa7b commit 6470390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet build --no-restore -c Release
2828

2929
- name: Test
30-
run: dotnet test --no-build --verbosity normal
30+
run: dotnet test -c Release --no-build --verbosity normal
3131

3232
- name: Pack solution [Release]
3333
run: |

0 commit comments

Comments
 (0)