Skip to content

Commit 2044526

Browse files
committed
CI: revert the detailed build verbosity
1 parent a17ae2a commit 2044526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: NuGet restore
3535
run: dotnet restore
3636
- name: Build
37-
run: dotnet build -c Release --no-restore --verbosity detailed
37+
run: dotnet build -c Release --no-restore
3838
- name: Test
3939
run: dotnet test -c Release --no-build

0 commit comments

Comments
 (0)