Skip to content

Commit 4035829

Browse files
committed
Diagnostic package restore
1 parent 27c9e1e commit 4035829

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 minimal
51+
run: dotnet restore --verbosity diagnostic
5252

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

0 commit comments

Comments
 (0)