We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296833e commit 8b45b2eCopy full SHA for 8b45b2e
1 file changed
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build for ${{ matrix.os }}
45
run: |
46
dotnet restore FastGithub.sln
47
- dotnet build FastGithub.sln --configuration Release
+ dotnet build FastGithub.sln --configuration Release --verbosity quiet
48
49
- name: Publish artifacts
50
0 commit comments