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 a17ae2a commit 2044526Copy full SHA for 2044526
.github/workflows/ci.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: NuGet restore
35
run: dotnet restore
36
- name: Build
37
- run: dotnet build -c Release --no-restore --verbosity detailed
+ run: dotnet build -c Release --no-restore
38
- name: Test
39
run: dotnet test -c Release --no-build
0 commit comments