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 70dda97 commit 75a2fd7Copy full SHA for 75a2fd7
.github/workflows/dotnet.yml
@@ -30,5 +30,6 @@ jobs:
30
31
- name: Build
32
run: dotnet build --configuration Release --no-restore
33
+
34
- name: Test
- run: dotnet test --no-build --verbosity normal
35
+ run: dotnet test --no-build --verbosity normal --configuration Release
0 commit comments