Skip to content

Commit c3ce91d

Browse files
committed
Revert "Diagnostic package restore"
This reverts commit 4035829.
1 parent 4035829 commit c3ce91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Restore packages
51-
run: dotnet restore --verbosity diagnostic
51+
run: dotnet restore --verbosity minimal
5252

5353
- name: Calculate package version (for release)
5454
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)