Skip to content

Commit 3e0bc72

Browse files
committed
--verbosity:diagnostic added for troubleshooting
1 parent da05899 commit 3e0bc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/setup-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525

2626
- ${{ each tool in parameters.dotnetTools }}:
2727
- ${{ each pair in tool }}:
28-
- pwsh: dotnet tool update -g ${{ pair.key }} --version ${{ pair.value }}
28+
- pwsh: dotnet tool update -g ${{ pair.key }} --version ${{ pair.value }} --verbosity:diagnostic
2929
displayName: 'Install tool: ${{ pair.key }}'
3030

3131
- ${{ if eq(parameters.runDotnetNextTest, true) }}:

0 commit comments

Comments
 (0)