Skip to content

Commit 8b45b2e

Browse files
authored
Update build.yml
1 parent 296833e commit 8b45b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build for ${{ matrix.os }}
4545
run: |
4646
dotnet restore FastGithub.sln
47-
dotnet build FastGithub.sln --configuration Release
47+
dotnet build FastGithub.sln --configuration Release --verbosity quiet
4848
4949
- name: Publish artifacts
5050
run: |

0 commit comments

Comments
 (0)