We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48fa7b commit 6470390Copy full SHA for 6470390
.github/workflows/publish-code.yml
@@ -27,7 +27,7 @@ jobs:
27
run: dotnet build --no-restore -c Release
28
29
- name: Test
30
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test -c Release --no-build --verbosity normal
31
32
- name: Pack solution [Release]
33
run: |
0 commit comments