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 f8f4fdc commit 2f87872Copy full SHA for 2f87872
.github/workflows/dotnet.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Build
56
run: dotnet build --no-restore -c Release
57
- name: Test
58
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --no-build -c Release --verbosity normal
59
60
sonarcloud:
61
name: Build and analyze with SonarCloud
0 commit comments